#641923

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

Shades of Pohutukawa #641923

Tints of Pohutukawa #641923

Color information

#641923 (or 0x641923) is unknown color: approx Pohutukawa. HEX triplet: 64, 19 and 23. RGB value is (100,25,35). Sum of RGB (Red+Green+Blue) = 100+25+35=160 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.5% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 35 (14.06% from 255 or 21.88% from 160); Max value from RGB is 100 - color contains mainly: red. Hex color #641923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641923 is #9BE6DC. Grayscale: #303030. Windows color (decimal): -10217181 or 2300260. OLE color: 2300260.

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

Color convert

RGB1002535-
CMYK00.750.650.61
HSL352º60%24.51%-
HSV(B)352º75%39.22%-
XYZ5.913.531.96-
YUV48.56120.35164.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 62.5%
GREEN value IS 25 (10.16% from 255) = 15.62%
BLUE value IS 35 (14.06% from 255) = 21.88%
R=62.5%
G=15.62%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100253500.750.650.613526024.51
Hex64192304B413D1603c19
Octal14431430113101755407431
Binary11001001100110001101001011100000111110110110000011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641923; }

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

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

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

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

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

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

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

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