#661422

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

Shades of Pohutukawa #661422

Tints of Pohutukawa #661422

Color information

#661422 (or 0x661422) is unknown color: approx Pohutukawa. HEX triplet: 66, 14 and 22. RGB value is (102,20,34). Sum of RGB (Red+Green+Blue) = 102+20+34=156 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.38% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 102 - color contains mainly: red. Hex color #661422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661422 is #99EBDD. Grayscale: #2E2E2E. Windows color (decimal): -10087390 or 2233446. OLE color: 2233446.

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

Color convert

RGB1022034-
CMYK00.800.670.6
HSL349.76º67.21%23.92%-
HSV(B)349.76º80.39%40%-
XYZ6.023.441.86-
YUV46.11121.17167.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 65.38%
GREEN value IS 20 (8.20% from 255) = 12.82%
BLUE value IS 34 (13.67% from 255) = 21.79%
R=65.38%
G=12.82%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.67
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102203400.800.670.6349.7667.2123.92
Hex661422050433C15e4318
Octal146244201201037453610330
Binary110011010100100010010100001000011111100101011110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661422; }

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

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

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

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

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

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

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

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