#662123

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

Shades of Pohutukawa #662123

Tints of Pohutukawa #662123

Color information

#662123 (or 0x662123) is unknown color: approx Pohutukawa. HEX triplet: 66, 21 and 23. RGB value is (102,33,35). Sum of RGB (Red+Green+Blue) = 102+33+35=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #662123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662123 is #99DEDC. Grayscale: #353535. Windows color (decimal): -10084061 or 2302310. OLE color: 2302310.

HSL color Cylindrical-coordinate representation of color #662123: hue angle of 358.26º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662123 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.6.

Color convert

RGB1023335-
CMYK00.680.660.6
HSL358.26º51.11%26.47%-
HSV(B)358.26º67.65%40%-
XYZ6.334.032.04-
YUV53.86117.36162.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60%
GREEN value IS 33 (13.28% from 255) = 19.41%
BLUE value IS 35 (14.06% from 255) = 20.59%
R=60%
G=19.41%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102333500.680.660.6358.2651.1126.47
Hex662123044423C166331a
Octal14641430104102745466332
Binary110011010000110001101000100100001011110010110011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662123; }

 p { color: rgb(102,33,35); }

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

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

 a { background-color: rgb(102,33,35); }

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

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

 span { border-color: rgb(102,33,35); }

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