#662226

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

Shades of Pohutukawa #662226

Tints of Pohutukawa #662226

Color information

#662226 (or 0x662226) is unknown color: approx Pohutukawa. HEX triplet: 66, 22 and 26. RGB value is (102,34,38). Sum of RGB (Red+Green+Blue) = 102+34+38=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #662226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662226 is #99DDD9. Grayscale: #363636. Windows color (decimal): -10083802 or 2499174. OLE color: 2499174.

HSL color Cylindrical-coordinate representation of color #662226: hue angle of 356.47º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #662226 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB1023438-
CMYK00.670.630.6
HSL356.47º50%26.67%-
HSV(B)356.47º66.67%40%-
XYZ6.44.112.29-
YUV54.79118.53161.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.62%
GREEN value IS 34 (13.67% from 255) = 19.54%
BLUE value IS 38 (15.23% from 255) = 21.84%
R=58.62%
G=19.54%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102343800.670.630.6356.475026.67
Hex6622260433F3C164321b
Octal1464246010377745446233
Binary11001101000101001100100001111111111110010110010011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662226; }

 p { color: rgb(102,34,38); }

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

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

 a { background-color: rgb(102,34,38); }

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

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

 span { border-color: rgb(102,34,38); }

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