#641122

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

Shades of Pohutukawa #641122

Tints of Pohutukawa #641122

Color information

#641122 (or 0x641122) is unknown color: approx Pohutukawa. HEX triplet: 64, 11 and 22. RGB value is (100,17,34). Sum of RGB (Red+Green+Blue) = 100+17+34=151 (20% of max value = 765). Red value is 100 (39.45% from 255 or 66.23% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 100 - color contains mainly: red. Hex color #641122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641122 is #9BEEDD. Grayscale: #2B2B2B. Windows color (decimal): -10219230 or 2232676. OLE color: 2232676.

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

Color convert

RGB1001734-
CMYK00.830.660.61
HSL347.71º70.94%22.94%-
HSV(B)347.71º83%39.22%-
XYZ5.743.231.83-
YUV43.76122.5168.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 66.23%
GREEN value IS 17 (7.03% from 255) = 11.26%
BLUE value IS 34 (13.67% from 255) = 22.52%
R=66.23%
G=11.26%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.66
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100173400.830.660.61347.7170.9422.94
Hex641122053423D15c4717
Octal144214201231027553410727
Binary110010010001100010010100111000010111101101011100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641122; }

 p { color: rgb(100,17,34); }

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

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

 a { background-color: rgb(100,17,34); }

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

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

 span { border-color: rgb(100,17,34); }

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