Html Css Color HEX #660D29 Pohutukawa

📋 copy color: '#660D29'

red 102 ◦ green 13 ◦ blue 41

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

Shades of Pohutukawa #660D29

Tints of Pohutukawa #660D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 26.28%

R = 65.38%
G = 8.33%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.6

RGB Variations

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

Color information

#660D29 (or 0x660D29) is known color: Pohutukawa. HEX triplet: 66, 0D and 29. RGB value is (102,13,41). Sum of RGB (Red+Green+Blue) = 102+13+41=156 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.38% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 102 - color contains mainly: red. Hex color #660D29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660D29 is #99F2D6. Grayscale: #2A2A2A. Windows color (decimal): -10089175 or 2690406. OLE color: 2690406.

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

Color convert

RGB 102 13 41 -
CMYK 0 0.87 0.60 0.6
HSL 341.12º 0.77% 0.23% -
HSV(B) 341.12º 0.87% 0.4% -
XYZ 6.02 3.27 2.41 -
YUV 42.8 126.99 170.22 -
System Red Green Blue C M Y K H S L
Decimal 102 13 41 0 0.87 0.60 0.6 341.12 0.77 0.23
Hex 66 D 29 0 57 3C 3C 155 4D 17
Octal 146 15 51 0 127 74 74 525 115 27
Binary 1100110 1101 101001 0 1010111 111100 111100 101010101 1001101 10111

Color Harmonies of #660D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660D29

Black with #660D29

Text Example


Text Example

White with #660D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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