#641927

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

Shades of Pohutukawa #641927

Tints of Pohutukawa #641927

Color information

#641927 (or 0x641927) is unknown color: approx Pohutukawa. HEX triplet: 64, 19 and 27. RGB value is (100,25,39). Sum of RGB (Red+Green+Blue) = 100+25+39=164 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.98% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 100 - color contains mainly: red. Hex color #641927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641927 is #9BE6D8. Grayscale: #313131. Windows color (decimal): -10217177 or 2562404. OLE color: 2562404.

HSL color Cylindrical-coordinate representation of color #641927: hue angle of 348.8º 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 #641927 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.61.

Color convert

RGB1002539-
CMYK00.750.610.61
HSL348.8º60%24.51%-
HSV(B)348.8º75%39.22%-
XYZ5.973.552.29-
YUV49.02122.35164.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 60.98%
GREEN value IS 25 (10.16% from 255) = 15.24%
BLUE value IS 39 (15.62% from 255) = 23.78%
R=60.98%
G=15.24%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100253900.750.610.61348.86024.51
Hex64192704B3D3D15d3c19
Octal1443147011375755357431
Binary1100100110011001110100101111110111110110101110111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641927; }

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

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

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

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

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

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

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

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