Html Css Color HEX #661124 Pohutukawa

📋 copy color: '#661124'

red 102 ◦ green 17 ◦ blue 36

#661124
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #661124

Tints of Pohutukawa #661124

RGB

 RED value IS 102 (40.23% from 255) = 65.81%

 GREEN value IS 17 (7.03% from 255) = 10.97%

 BLUE value IS 36 (14.45% from 255) = 23.23%

R = 65.81%
G = 10.97%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.6

RGB Variations

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

Color information

#661124 (or 0x661124) is known color: Pohutukawa. HEX triplet: 66, 11 and 24. RGB value is (102,17,36). Sum of RGB (Red+Green+Blue) = 102+17+36=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #661124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661124 is #99EEDB. Grayscale: #2C2C2C. Windows color (decimal): -10088156 or 2363750. OLE color: 2363750.

HSL color Cylindrical-coordinate representation of color #661124: hue angle of 346.59º 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 #661124 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 17 36 -
CMYK 0 0.83 0.65 0.6
HSL 346.59º 0.71% 0.23% -
HSV(B) 346.59º 0.83% 0.4% -
XYZ 6 3.35 2 -
YUV 44.58 123.16 168.96 -
System Red Green Blue C M Y K H S L
Decimal 102 17 36 0 0.83 0.65 0.6 346.59 0.71 0.23
Hex 66 11 24 0 53 41 3C 15B 47 17
Octal 146 21 44 0 123 101 74 533 107 27
Binary 1100110 10001 100100 0 1010011 1000001 111100 101011011 1000111 10111

Color Harmonies of #661124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661124

Black with #661124

Text Example


Text Example

White with #661124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661124; }

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

 H1.HeaderClassName
 {
   color: #661124;
 }
 .AnyTagClassName
 {
   color: #661124;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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