Html Css Color HEX #66151F Pohutukawa

📋 copy color: '#66151F'

red 102 ◦ green 21 ◦ blue 31

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

Shades of Pohutukawa #66151F

Tints of Pohutukawa #66151F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.13%

R = 66.23%
G = 13.64%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.6

RGB Variations

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

Color information

#66151F (or 0x66151F) is known color: Pohutukawa. HEX triplet: 66, 15 and 1F. RGB value is (102,21,31). Sum of RGB (Red+Green+Blue) = 102+21+31=154 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.23% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 102 - color contains mainly: red. Hex color #66151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66151F is #99EAE0. Grayscale: #2E2E2E. Windows color (decimal): -10087137 or 2037094. OLE color: 2037094.

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

Color convert

RGB 102 21 31 -
CMYK 0 0.79 0.70 0.6
HSL 352.59º 0.66% 0.24% -
HSV(B) 352.59º 0.79% 0.4% -
XYZ 5.99 3.46 1.65 -
YUV 46.36 119.34 167.69 -
System Red Green Blue C M Y K H S L
Decimal 102 21 31 0 0.79 0.70 0.6 352.59 0.66 0.24
Hex 66 15 1F 0 4F 46 3C 161 42 18
Octal 146 25 37 0 117 106 74 541 102 30
Binary 1100110 10101 11111 0 1001111 1000110 111100 101100001 1000010 11000

Color Harmonies of #66151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66151F

Black with #66151F

Text Example


Text Example

White with #66151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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