Html Css Color HEX #660D1D Pohutukawa

📋 copy color: '#660D1D'

red 102 ◦ green 13 ◦ blue 29

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

Shades of Pohutukawa #660D1D

Tints of Pohutukawa #660D1D

RGB

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

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

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

R = 70.83%
G = 9.03%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.6

RGB Variations

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

Color information

#660D1D (or 0x660D1D) is known color: Pohutukawa. HEX triplet: 66, 0D and 1D. RGB value is (102,13,29). Sum of RGB (Red+Green+Blue) = 102+13+29=144 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.83% from 144); Green value is 13 (5.47% from 255 or 9.03% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 102 - color contains mainly: red. Hex color #660D1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660D1D is #99F2E2. Grayscale: #292929. Windows color (decimal): -10089187 or 1903974. OLE color: 1903974.

HSL color Cylindrical-coordinate representation of color #660D1D: hue angle of 349.21º 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 #660D1D is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 13 29 -
CMYK 0 0.87 0.72 0.6
HSL 349.21º 0.77% 0.23% -
HSV(B) 349.21º 0.87% 0.4% -
XYZ 5.85 3.2 1.47 -
YUV 41.44 120.99 171.2 -
System Red Green Blue C M Y K H S L
Decimal 102 13 29 0 0.87 0.72 0.6 349.21 0.77 0.23
Hex 66 D 1D 0 57 48 3C 15D 4D 17
Octal 146 15 35 0 127 110 74 535 115 27
Binary 1100110 1101 11101 0 1010111 1001000 111100 101011101 1001101 10111

Color Harmonies of #660D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660D1D

Black with #660D1D

Text Example


Text Example

White with #660D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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