#661125

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

Shades of Pohutukawa #661125

Tints of Pohutukawa #661125

Color information

#661125 (or 0x661125) is unknown color: approx Pohutukawa. HEX triplet: 66, 11 and 25. RGB value is (102,17,37). Sum of RGB (Red+Green+Blue) = 102+17+37=156 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.38% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 102 - color contains mainly: red. Hex color #661125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661125 is #99EEDA. Grayscale: #2C2C2C. Windows color (decimal): -10088155 or 2429286. OLE color: 2429286.

HSL color Cylindrical-coordinate representation of color #661125: hue angle of 345.88º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #661125 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB1021737-
CMYK00.830.640.6
HSL345.88º71.43%23.33%-
HSV(B)345.88º83.33%40%-
XYZ6.013.362.08-
YUV44.69123.66168.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 65.38%
GREEN value IS 17 (7.03% from 255) = 10.90%
BLUE value IS 37 (14.84% from 255) = 23.72%
R=65.38%
G=10.90%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102173700.830.640.6345.8871.4323.33
Hex661125053403C15a4717
Octal146214501231007453210727
Binary110011010001100101010100111000000111100101011010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661125; }

 p { color: rgb(102,17,37); }

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

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

 a { background-color: rgb(102,17,37); }

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

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

 span { border-color: rgb(102,17,37); }

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