Html Css Color HEX #66111F Pohutukawa

📋 copy color: '#66111F'

red 102 ◦ green 17 ◦ blue 31

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

Shades of Pohutukawa #66111F

Tints of Pohutukawa #66111F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.33%

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

R = 68%
G = 11.33%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.6

RGB Variations

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

Color information

#66111F (or 0x66111F) is known color: Pohutukawa. HEX triplet: 66, 11 and 1F. RGB value is (102,17,31). Sum of RGB (Red+Green+Blue) = 102+17+31=150 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 102 - color contains mainly: red. Hex color #66111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66111F is #99EEE0. Grayscale: #2C2C2C. Windows color (decimal): -10088161 or 2036070. OLE color: 2036070.

HSL color Cylindrical-coordinate representation of color #66111F: hue angle of 350.12º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #66111F is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 17 31 -
CMYK 0 0.83 0.70 0.6
HSL 350.12º 0.71% 0.23% -
HSV(B) 350.12º 0.83% 0.4% -
XYZ 5.93 3.32 1.63 -
YUV 44.01 120.66 169.36 -
System Red Green Blue C M Y K H S L
Decimal 102 17 31 0 0.83 0.70 0.6 350.12 0.71 0.23
Hex 66 11 1F 0 53 46 3C 15E 47 17
Octal 146 21 37 0 123 106 74 536 107 27
Binary 1100110 10001 11111 0 1010011 1000110 111100 101011110 1000111 10111

Color Harmonies of #66111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66111F

Black with #66111F

Text Example


Text Example

White with #66111F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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