Html Css Color HEX #66171A Pohutukawa

📋 copy color: '#66171A'

red 102 ◦ green 23 ◦ blue 26

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

Shades of Pohutukawa #66171A

Tints of Pohutukawa #66171A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.22%

R = 67.55%
G = 15.23%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#66171A (or 0x66171A) is known color: Pohutukawa. HEX triplet: 66, 17 and 1A. RGB value is (102,23,26). Sum of RGB (Red+Green+Blue) = 102+23+26=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #66171A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66171A is #99E8E5. Grayscale: #2F2F2F. Windows color (decimal): -10086630 or 1709926. OLE color: 1709926.

HSL color Cylindrical-coordinate representation of color #66171A: hue angle of 357.72º 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 #66171A is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 23 26 -
CMYK 0 0.77 0.75 0.6
HSL 357.72º 0.63% 0.25% -
HSV(B) 357.72º 0.77% 0.4% -
XYZ 5.97 3.51 1.34 -
YUV 46.96 116.17 167.26 -
System Red Green Blue C M Y K H S L
Decimal 102 23 26 0 0.77 0.75 0.6 357.72 0.63 0.25
Hex 66 17 1A 0 4D 4B 3C 166 3F 19
Octal 146 27 32 0 115 113 74 546 77 31
Binary 1100110 10111 11010 0 1001101 1001011 111100 101100110 111111 11001

Color Harmonies of #66171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66171A

Black with #66171A

Text Example


Text Example

White with #66171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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