Html Css Color HEX #660D0F Pohutukawa

📋 copy color: '#660D0F'

red 102 ◦ green 13 ◦ blue 15

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

Shades of Pohutukawa #660D0F

Tints of Pohutukawa #660D0F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10%

 BLUE value IS 15 (6.25% from 255) = 11.54%

R = 78.46%
G = 10%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.6

RGB Variations

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

Color information

#660D0F (or 0x660D0F) is known color: Pohutukawa. HEX triplet: 66, 0D and 0F. RGB value is (102,13,15). Sum of RGB (Red+Green+Blue) = 102+13+15=130 (17% of max value = 765). Red value is 102 (40.23% from 255 or 78.46% from 130); Green value is 13 (5.47% from 255 or 10% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 102 - color contains mainly: red. Hex color #660D0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660D0F is #99F2F0. Grayscale: #272727. Windows color (decimal): -10089201 or 986470. OLE color: 986470.

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

Color convert

RGB 102 13 15 -
CMYK 0 0.87 0.85 0.6
HSL 358.65º 0.77% 0.23% -
HSV(B) 358.65º 0.87% 0.4% -
XYZ 5.71 3.15 0.76 -
YUV 39.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 102 13 15 0 0.87 0.85 0.6 358.65 0.77 0.23
Hex 66 D F 0 57 55 3C 167 4D 17
Octal 146 15 17 0 127 125 74 547 115 27
Binary 1100110 1101 1111 0 1010111 1010101 111100 101100111 1001101 10111

Color Harmonies of #660D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660D0F

Black with #660D0F

Text Example


Text Example

White with #660D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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