Html Css Color HEX #660F13 Pohutukawa

📋 copy color: '#660F13'

red 102 ◦ green 15 ◦ blue 19

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

Shades of Pohutukawa #660F13

Tints of Pohutukawa #660F13

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.03%

 BLUE value IS 19 (7.81% from 255) = 13.97%

R = 75%
G = 11.03%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#660F13 (or 0x660F13) is known color: Pohutukawa. HEX triplet: 66, 0F and 13. RGB value is (102,15,19). Sum of RGB (Red+Green+Blue) = 102+15+19=136 (18% of max value = 765). Red value is 102 (40.23% from 255 or 75% from 136); Green value is 15 (6.25% from 255 or 11.03% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 102 - color contains mainly: red. Hex color #660F13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660F13 is #99F0EC. Grayscale: #292929. Windows color (decimal): -10088685 or 1249126. OLE color: 1249126.

HSL color Cylindrical-coordinate representation of color #660F13: hue angle of 357.24º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #660F13 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 15 19 -
CMYK 0 0.85 0.81 0.6
HSL 357.24º 0.74% 0.23% -
HSV(B) 357.24º 0.85% 0.4% -
XYZ 5.77 3.21 0.93 -
YUV 41.47 115.32 171.17 -
System Red Green Blue C M Y K H S L
Decimal 102 15 19 0 0.85 0.81 0.6 357.24 0.74 0.23
Hex 66 F 13 0 55 51 3C 165 4A 17
Octal 146 17 23 0 125 121 74 545 112 27
Binary 1100110 1111 10011 0 1010101 1010001 111100 101100101 1001010 10111

Color Harmonies of #660F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660F13

Black with #660F13

Text Example


Text Example

White with #660F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660F13; }

 p { color: rgb(102,15,19); }

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

background-color css

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

 a { background-color: rgb(102,15,19); }

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

border-color css

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

 span { border-color: rgb(102,15,19); }

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