Html Css Color HEX #660E1D Pohutukawa

📋 copy color: '#660E1D'

red 102 ◦ green 14 ◦ blue 29

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

Shades of Pohutukawa #660E1D

Tints of Pohutukawa #660E1D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.66%

 BLUE value IS 29 (11.72% from 255) = 20%

R = 70.34%
G = 9.66%
B = 20%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.6

RGB Variations

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

Color information

#660E1D (or 0x660E1D) is known color: Pohutukawa. HEX triplet: 66, 0E and 1D. RGB value is (102,14,29). Sum of RGB (Red+Green+Blue) = 102+14+29=145 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.34% from 145); Green value is 14 (5.86% from 255 or 9.66% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 102 - color contains mainly: red. Hex color #660E1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660E1D is #99F1E2. Grayscale: #2A2A2A. Windows color (decimal): -10088931 or 1904230. OLE color: 1904230.

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

Color convert

RGB 102 14 29 -
CMYK 0 0.86 0.72 0.6
HSL 349.77º 0.76% 0.23% -
HSV(B) 349.77º 0.86% 0.4% -
XYZ 5.86 3.23 1.48 -
YUV 42.02 120.65 170.78 -
System Red Green Blue C M Y K H S L
Decimal 102 14 29 0 0.86 0.72 0.6 349.77 0.76 0.23
Hex 66 E 1D 0 56 48 3C 15E 4C 17
Octal 146 16 35 0 126 110 74 536 114 27
Binary 1100110 1110 11101 0 1010110 1001000 111100 101011110 1001100 10111

Color Harmonies of #660E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660E1D

Black with #660E1D

Text Example


Text Example

White with #660E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,14,29); }

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

background-color css

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

 a { background-color: rgb(102,14,29); }

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

border-color css

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

 span { border-color: rgb(102,14,29); }

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