Html Css Color HEX #66121D Pohutukawa

📋 copy color: '#66121D'

red 102 ◦ green 18 ◦ blue 29

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

Shades of Pohutukawa #66121D

Tints of Pohutukawa #66121D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.46%

R = 68.46%
G = 12.08%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.6

RGB Variations

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

Color information

#66121D (or 0x66121D) is known color: Pohutukawa. HEX triplet: 66, 12 and 1D. RGB value is (102,18,29). Sum of RGB (Red+Green+Blue) = 102+18+29=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #66121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66121D is #99EDE2. Grayscale: #2C2C2C. Windows color (decimal): -10087907 or 1905254. OLE color: 1905254.

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

Color convert

RGB 102 18 29 -
CMYK 0 0.82 0.72 0.6
HSL 352.14º 0.7% 0.24% -
HSV(B) 352.14º 0.82% 0.4% -
XYZ 5.92 3.35 1.5 -
YUV 44.37 119.33 169.11 -
System Red Green Blue C M Y K H S L
Decimal 102 18 29 0 0.82 0.72 0.6 352.14 0.7 0.24
Hex 66 12 1D 0 52 48 3C 160 46 18
Octal 146 22 35 0 122 110 74 540 106 30
Binary 1100110 10010 11101 0 1010010 1001000 111100 101100000 1000110 11000

Color Harmonies of #66121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66121D

Black with #66121D

Text Example


Text Example

White with #66121D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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