Html Css Color HEX #66151E Pohutukawa

📋 copy color: '#66151E'

red 102 ◦ green 21 ◦ blue 30

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

Shades of Pohutukawa #66151E

Tints of Pohutukawa #66151E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.61%

R = 66.67%
G = 13.73%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.6

RGB Variations

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

Color information

#66151E (or 0x66151E) is known color: Pohutukawa. HEX triplet: 66, 15 and 1E. RGB value is (102,21,30). Sum of RGB (Red+Green+Blue) = 102+21+30=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #66151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66151E is #99EAE1. Grayscale: #2E2E2E. Windows color (decimal): -10087138 or 1971558. OLE color: 1971558.

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

Color convert

RGB 102 21 30 -
CMYK 0 0.79 0.71 0.6
HSL 353.33º 0.66% 0.24% -
HSV(B) 353.33º 0.79% 0.4% -
XYZ 5.98 3.45 1.58 -
YUV 46.25 118.84 167.77 -
System Red Green Blue C M Y K H S L
Decimal 102 21 30 0 0.79 0.71 0.6 353.33 0.66 0.24
Hex 66 15 1E 0 4F 47 3C 161 42 18
Octal 146 25 36 0 117 107 74 541 102 30
Binary 1100110 10101 11110 0 1001111 1000111 111100 101100001 1000010 11000

Color Harmonies of #66151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66151E

Black with #66151E

Text Example


Text Example

White with #66151E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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