Html Css Color HEX #66121C Pohutukawa

📋 copy color: '#66121C'

red 102 ◦ green 18 ◦ blue 28

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

Shades of Pohutukawa #66121C

Tints of Pohutukawa #66121C

RGB

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

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

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

R = 68.92%
G = 12.16%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.6

RGB Variations

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

Color information

#66121C (or 0x66121C) is known color: Pohutukawa. HEX triplet: 66, 12 and 1C. RGB value is (102,18,28). Sum of RGB (Red+Green+Blue) = 102+18+28=148 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.92% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 102 - color contains mainly: red. Hex color #66121C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66121C is #99EDE3. Grayscale: #2C2C2C. Windows color (decimal): -10087908 or 1839718. OLE color: 1839718.

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

Color convert

RGB 102 18 28 -
CMYK 0 0.82 0.73 0.6
HSL 352.86º 0.7% 0.24% -
HSV(B) 352.86º 0.82% 0.4% -
XYZ 5.91 3.34 1.43 -
YUV 44.26 118.83 169.19 -
System Red Green Blue C M Y K H S L
Decimal 102 18 28 0 0.82 0.73 0.6 352.86 0.7 0.24
Hex 66 12 1C 0 52 49 3C 161 46 18
Octal 146 22 34 0 122 111 74 541 106 30
Binary 1100110 10010 11100 0 1010010 1001001 111100 101100001 1000110 11000

Color Harmonies of #66121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66121C

Black with #66121C

Text Example


Text Example

White with #66121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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