Html Css Color HEX #660512 Pohutukawa

📋 copy color: '#660512'

red 102 ◦ green 5 ◦ blue 18

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

Shades of Pohutukawa #660512

Tints of Pohutukawa #660512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4%

 BLUE value IS 18 (7.42% from 255) = 14.4%

R = 81.6%
G = 4%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#660512 (or 0x660512) is known color: Pohutukawa. HEX triplet: 66, 05 and 12. RGB value is (102,5,18). Sum of RGB (Red+Green+Blue) = 102+5+18=125 (16% of max value = 765). Red value is 102 (40.23% from 255 or 81.6% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 102 - color contains mainly: red. Hex color #660512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660512 is #99FAED. Grayscale: #232323. Windows color (decimal): -10091246 or 1181030. OLE color: 1181030.

HSL color Cylindrical-coordinate representation of color #660512: hue angle of 351.96º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660512 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 5 18 -
CMYK 0 0.95 0.82 0.6
HSL 351.96º 0.91% 0.21% -
HSV(B) 351.96º 0.95% 0.4% -
XYZ 5.64 2.98 0.85 -
YUV 35.49 118.14 175.44 -
System Red Green Blue C M Y K H S L
Decimal 102 5 18 0 0.95 0.82 0.6 351.96 0.91 0.21
Hex 66 5 12 0 5F 52 3C 160 5B 15
Octal 146 5 22 0 137 122 74 540 133 25
Binary 1100110 101 10010 0 1011111 1010010 111100 101100000 1011011 10101

Color Harmonies of #660512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660512

Black with #660512

Text Example


Text Example

White with #660512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660512; }

 p { color: rgb(102,5,18); }

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

background-color css

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

 a { background-color: rgb(102,5,18); }

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

border-color css

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

 span { border-color: rgb(102,5,18); }

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