#641926

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

Shades of Pohutukawa #641926

Tints of Pohutukawa #641926

Color information

#641926 (or 0x641926) is unknown color: approx Pohutukawa. HEX triplet: 64, 19 and 26. RGB value is (100,25,38). Sum of RGB (Red+Green+Blue) = 100+25+38=163 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.35% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 100 - color contains mainly: red. Hex color #641926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641926 is #9BE6D9. Grayscale: #303030. Windows color (decimal): -10217178 or 2496868. OLE color: 2496868.

HSL color Cylindrical-coordinate representation of color #641926: hue angle of 349.6º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #641926 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB1002538-
CMYK00.750.620.61
HSL349.6º60%24.51%-
HSV(B)349.6º75%39.22%-
XYZ5.953.542.2-
YUV48.91121.85164.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 61.35%
GREEN value IS 25 (10.16% from 255) = 15.34%
BLUE value IS 38 (15.23% from 255) = 23.31%
R=61.35%
G=15.34%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100253800.750.620.61349.66024.51
Hex64192604B3E3D15e3c19
Octal1443146011376755367431
Binary1100100110011001100100101111111011110110101111011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641926; }

 p { color: rgb(100,25,38); }

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

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

 a { background-color: rgb(100,25,38); }

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

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

 span { border-color: rgb(100,25,38); }

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