Html Css Color HEX #66141D Pohutukawa

📋 copy color: '#66141D'

red 102 ◦ green 20 ◦ blue 29

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

Shades of Pohutukawa #66141D

Tints of Pohutukawa #66141D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.25%

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

R = 67.55%
G = 13.25%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.6

RGB Variations

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

Color information

#66141D (or 0x66141D) is known color: Pohutukawa. HEX triplet: 66, 14 and 1D. RGB value is (102,20,29). Sum of RGB (Red+Green+Blue) = 102+20+29=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #66141D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66141D is #99EBE2. Grayscale: #2D2D2D. Windows color (decimal): -10087395 or 1905766. OLE color: 1905766.

HSL color Cylindrical-coordinate representation of color #66141D: hue angle of 353.41º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66141D is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 20 29 -
CMYK 0 0.80 0.72 0.6
HSL 353.41º 0.67% 0.24% -
HSV(B) 353.41º 0.8% 0.4% -
XYZ 5.95 3.41 1.51 -
YUV 45.54 118.67 168.27 -
System Red Green Blue C M Y K H S L
Decimal 102 20 29 0 0.80 0.72 0.6 353.41 0.67 0.24
Hex 66 14 1D 0 50 48 3C 161 43 18
Octal 146 24 35 0 120 110 74 541 103 30
Binary 1100110 10100 11101 0 1010000 1001000 111100 101100001 1000011 11000

Color Harmonies of #66141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66141D

Black with #66141D

Text Example


Text Example

White with #66141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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