Html Css Color HEX #66121F Pohutukawa

📋 copy color: '#66121F'

red 102 ◦ green 18 ◦ blue 31

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

Shades of Pohutukawa #66121F

Tints of Pohutukawa #66121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.92%

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

R = 67.55%
G = 11.92%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.6

RGB Variations

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

Color information

#66121F (or 0x66121F) is known color: Pohutukawa. HEX triplet: 66, 12 and 1F. RGB value is (102,18,31). Sum of RGB (Red+Green+Blue) = 102+18+31=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #66121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66121F is #99EDE0. Grayscale: #2C2C2C. Windows color (decimal): -10087905 or 2036326. OLE color: 2036326.

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

Color convert

RGB 102 18 31 -
CMYK 0 0.82 0.70 0.6
HSL 350.71º 0.7% 0.24% -
HSV(B) 350.71º 0.82% 0.4% -
XYZ 5.94 3.36 1.63 -
YUV 44.6 120.33 168.94 -
System Red Green Blue C M Y K H S L
Decimal 102 18 31 0 0.82 0.70 0.6 350.71 0.7 0.24
Hex 66 12 1F 0 52 46 3C 15F 46 18
Octal 146 22 37 0 122 106 74 537 106 30
Binary 1100110 10010 11111 0 1010010 1000110 111100 101011111 1000110 11000

Color Harmonies of #66121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66121F

Black with #66121F

Text Example


Text Example

White with #66121F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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