Html Css Color HEX #66171D Pohutukawa

📋 copy color: '#66171D'

red 102 ◦ green 23 ◦ blue 29

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

Shades of Pohutukawa #66171D

Tints of Pohutukawa #66171D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.94%

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

R = 66.23%
G = 14.94%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.6

RGB Variations

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

Color information

#66171D (or 0x66171D) is known color: Pohutukawa. HEX triplet: 66, 17 and 1D. RGB value is (102,23,29). Sum of RGB (Red+Green+Blue) = 102+23+29=154 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.23% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 102 - color contains mainly: red. Hex color #66171D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66171D is #99E8E2. Grayscale: #2F2F2F. Windows color (decimal): -10086627 or 1906534. OLE color: 1906534.

HSL color Cylindrical-coordinate representation of color #66171D: hue angle of 355.44º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66171D is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 23 29 -
CMYK 0 0.77 0.72 0.6
HSL 355.44º 0.63% 0.25% -
HSV(B) 355.44º 0.77% 0.4% -
XYZ 6.01 3.53 1.53 -
YUV 47.31 117.67 167.01 -
System Red Green Blue C M Y K H S L
Decimal 102 23 29 0 0.77 0.72 0.6 355.44 0.63 0.25
Hex 66 17 1D 0 4D 48 3C 163 3F 19
Octal 146 27 35 0 115 110 74 543 77 31
Binary 1100110 10111 11101 0 1001101 1001000 111100 101100011 111111 11001

Color Harmonies of #66171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66171D

Black with #66171D

Text Example


Text Example

White with #66171D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66171D; }

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

 H1.HeaderClassName
 {
   color: #66171D;
 }
 .AnyTagClassName
 {
   color: #66171D;
 }
</style>

background-color css

<style>
 a { background-color: #66171D; }

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

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

border-color css

<style>
 span { border-color: #66171D; }

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

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