#661928

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

Shades of Pohutukawa #661928

Tints of Pohutukawa #661928

Color information

#661928 (or 0x661928) is unknown color: approx Pohutukawa. HEX triplet: 66, 19 and 28. RGB value is (102,25,40). Sum of RGB (Red+Green+Blue) = 102+25+40=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #661928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661928 is #99E6D7. Grayscale: #313131. Windows color (decimal): -10086104 or 2627942. OLE color: 2627942.

HSL color Cylindrical-coordinate representation of color #661928: hue angle of 348.31º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661928 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.6.

Color convert

RGB1022540-
CMYK00.750.610.6
HSL348.31º60.63%24.9%-
HSV(B)348.31º75.49%40%-
XYZ6.213.672.39-
YUV49.73122.51165.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.08%
GREEN value IS 25 (10.16% from 255) = 14.97%
BLUE value IS 40 (16.02% from 255) = 23.95%
R=61.08%
G=14.97%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102254000.750.610.6348.3160.6324.9
Hex66192804B3D3C15c3d19
Octal1463150011375745347531
Binary1100110110011010000100101111110111110010101110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661928; }

 p { color: rgb(102,25,40); }

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

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

 a { background-color: rgb(102,25,40); }

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

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

 span { border-color: rgb(102,25,40); }

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