Html Css Color HEX #66151D Pohutukawa

📋 copy color: '#66151D'

red 102 ◦ green 21 ◦ blue 29

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

Shades of Pohutukawa #66151D

Tints of Pohutukawa #66151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.82%

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

R = 67.11%
G = 13.82%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.6

RGB Variations

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

Color information

#66151D (or 0x66151D) is known color: Pohutukawa. HEX triplet: 66, 15 and 1D. RGB value is (102,21,29). Sum of RGB (Red+Green+Blue) = 102+21+29=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #66151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66151D is #99EAE2. Grayscale: #2E2E2E. Windows color (decimal): -10087139 or 1906022. OLE color: 1906022.

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

Color convert

RGB 102 21 29 -
CMYK 0 0.79 0.72 0.6
HSL 354.07º 0.66% 0.24% -
HSV(B) 354.07º 0.79% 0.4% -
XYZ 5.97 3.45 1.51 -
YUV 46.13 118.34 167.85 -
System Red Green Blue C M Y K H S L
Decimal 102 21 29 0 0.79 0.72 0.6 354.07 0.66 0.24
Hex 66 15 1D 0 4F 48 3C 162 42 18
Octal 146 25 35 0 117 110 74 542 102 30
Binary 1100110 10101 11101 0 1001111 1001000 111100 101100010 1000010 11000

Color Harmonies of #66151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66151D

Black with #66151D

Text Example


Text Example

White with #66151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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