Html Css Color HEX #66181D Pohutukawa

📋 copy color: '#66181D'

red 102 ◦ green 24 ◦ blue 29

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

Shades of Pohutukawa #66181D

Tints of Pohutukawa #66181D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.48%

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

R = 65.81%
G = 15.48%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.6

RGB Variations

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

Color information

#66181D (or 0x66181D) is known color: Pohutukawa. HEX triplet: 66, 18 and 1D. RGB value is (102,24,29). Sum of RGB (Red+Green+Blue) = 102+24+29=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #66181D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66181D is #99E7E2. Grayscale: #2F2F2F. Windows color (decimal): -10086371 or 1906790. OLE color: 1906790.

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

Color convert

RGB 102 24 29 -
CMYK 0 0.76 0.72 0.6
HSL 356.15º 0.62% 0.25% -
HSV(B) 356.15º 0.76% 0.4% -
XYZ 6.03 3.57 1.53 -
YUV 47.89 117.34 166.59 -
System Red Green Blue C M Y K H S L
Decimal 102 24 29 0 0.76 0.72 0.6 356.15 0.62 0.25
Hex 66 18 1D 0 4C 48 3C 164 3E 19
Octal 146 30 35 0 114 110 74 544 76 31
Binary 1100110 11000 11101 0 1001100 1001000 111100 101100100 111110 11001

Color Harmonies of #66181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66181D

Black with #66181D

Text Example


Text Example

White with #66181D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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