#661828

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

Shades of Pohutukawa #661828

Tints of Pohutukawa #661828

Color information

#661828 (or 0x661828) is unknown color: approx Pohutukawa. HEX triplet: 66, 18 and 28. RGB value is (102,24,40). Sum of RGB (Red+Green+Blue) = 102+24+40=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #661828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661828 is #99E7D7. Grayscale: #313131. Windows color (decimal): -10086360 or 2627686. OLE color: 2627686.

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

Color convert

RGB1022440-
CMYK00.760.610.6
HSL347.69º61.9%24.71%-
HSV(B)347.69º76.47%40%-
XYZ6.193.632.38-
YUV49.15122.84165.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.45%
GREEN value IS 24 (9.77% from 255) = 14.46%
BLUE value IS 40 (16.02% from 255) = 24.10%
R=61.45%
G=14.46%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102244000.760.610.6347.6961.924.71
Hex66182804C3D3C15c3e19
Octal1463050011475745347631
Binary1100110110001010000100110011110111110010101110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661828; }

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

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

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

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

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

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

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

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