#641727

Color #641727 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #641727

Tints of Pohutukawa #641727

Color information

#641727 (or 0x641727) is unknown color: approx Pohutukawa. HEX triplet: 64, 17 and 27. RGB value is (100,23,39). Sum of RGB (Red+Green+Blue) = 100+23+39=162 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.73% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 100 - color contains mainly: red. Hex color #641727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641727 is #9BE8D8. Grayscale: #2F2F2F. Windows color (decimal): -10217689 or 2561892. OLE color: 2561892.

HSL color Cylindrical-coordinate representation of color #641727: hue angle of 347.53º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #641727 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.61.

Color convert

RGB1002339-
CMYK00.770.610.61
HSL347.53º62.6%24.12%-
HSV(B)347.53º77%39.22%-
XYZ5.933.472.28-
YUV47.85123.01165.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 61.73%
GREEN value IS 23 (9.38% from 255) = 14.20%
BLUE value IS 39 (15.62% from 255) = 24.07%
R=61.73%
G=14.20%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100233900.770.610.61347.5362.624.12
Hex64172704D3D3D15c3f18
Octal1442747011575755347730
Binary1100100101111001110100110111110111110110101110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641727; }

 p { color: rgb(100,23,39); }

 H1.HeaderClassName
 {
   color: #641727;
 }
 .AnyTagClassName
 {
   color: #641727;
 }
</style>
background-color css

<style>
 a { background-color: #641727; }

 a { background-color: rgb(100,23,39); }

 div.DivClassName
 {
   background-color: #641727;
 }
 .BgClassName
 {
   background-color: #641727;
 }
</style>
border-color css

<style>
 span { border-color: #641727; }

 span { border-color: rgb(100,23,39); }

 td.TdClassName
 {
   border-color: #641727;
 }
 .TagClassName
 {
   border-color: #641727;
 }
</style>