#641320

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

Shades of Pohutukawa #641320

Tints of Pohutukawa #641320

Color information

#641320 (or 0x641320) is unknown color: approx Pohutukawa. HEX triplet: 64, 13 and 20. RGB value is (100,19,32). Sum of RGB (Red+Green+Blue) = 100+19+32=151 (20% of max value = 765). Red value is 100 (39.45% from 255 or 66.23% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 100 - color contains mainly: red. Hex color #641320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641320 is #9BECDF. Grayscale: #2C2C2C. Windows color (decimal): -10218720 or 2102116. OLE color: 2102116.

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

Color convert

RGB1001932-
CMYK00.810.680.61
HSL350.37º68.07%23.33%-
HSV(B)350.37º81%39.22%-
XYZ5.753.281.7-
YUV44.7120.84167.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 66.23%
GREEN value IS 19 (7.81% from 255) = 12.58%
BLUE value IS 32 (12.89% from 255) = 21.19%
R=66.23%
G=12.58%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100193200.810.680.61350.3768.0723.33
Hex641320051443D15e4417
Octal144234001211047553610427
Binary110010010011100000010100011000100111101101011110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641320; }

 p { color: rgb(100,19,32); }

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

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

 a { background-color: rgb(100,19,32); }

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

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

 span { border-color: rgb(100,19,32); }

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