Html Css Color HEX #66151C Pohutukawa

📋 copy color: '#66151C'

red 102 ◦ green 21 ◦ blue 28

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

Shades of Pohutukawa #66151C

Tints of Pohutukawa #66151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.54%

R = 67.55%
G = 13.91%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.6

RGB Variations

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

Color information

#66151C (or 0x66151C) is known color: Pohutukawa. HEX triplet: 66, 15 and 1C. RGB value is (102,21,28). Sum of RGB (Red+Green+Blue) = 102+21+28=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #66151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66151C is #99EAE3. Grayscale: #2E2E2E. Windows color (decimal): -10087140 or 1840486. OLE color: 1840486.

HSL color Cylindrical-coordinate representation of color #66151C: hue angle of 354.81º 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 #66151C is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 21 28 -
CMYK 0 0.79 0.73 0.6
HSL 354.81º 0.66% 0.24% -
HSV(B) 354.81º 0.79% 0.4% -
XYZ 5.96 3.44 1.45 -
YUV 46.02 117.84 167.93 -
System Red Green Blue C M Y K H S L
Decimal 102 21 28 0 0.79 0.73 0.6 354.81 0.66 0.24
Hex 66 15 1C 0 4F 49 3C 163 42 18
Octal 146 25 34 0 117 111 74 543 102 30
Binary 1100110 10101 11100 0 1001111 1001001 111100 101100011 1000010 11000

Color Harmonies of #66151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66151C

Black with #66151C

Text Example


Text Example

White with #66151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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