Html Css Color HEX #661122 Pohutukawa

📋 copy color: '#661122'

red 102 ◦ green 17 ◦ blue 34

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

Shades of Pohutukawa #661122

Tints of Pohutukawa #661122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 22.22%

R = 66.67%
G = 11.11%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.6

RGB Variations

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

Color information

#661122 (or 0x661122) is known color: Pohutukawa. HEX triplet: 66, 11 and 22. RGB value is (102,17,34). Sum of RGB (Red+Green+Blue) = 102+17+34=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #661122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661122 is #99EEDD. Grayscale: #2C2C2C. Windows color (decimal): -10088158 or 2232678. OLE color: 2232678.

HSL color Cylindrical-coordinate representation of color #661122: hue angle of 348º 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 #661122 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 17 34 -
CMYK 0 0.83 0.67 0.6
HSL 348º 0.71% 0.23% -
HSV(B) 348º 0.83% 0.4% -
XYZ 5.97 3.34 1.84 -
YUV 44.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 102 17 34 0 0.83 0.67 0.6 348 0.71 0.23
Hex 66 11 22 0 53 43 3C 15C 47 17
Octal 146 21 42 0 123 103 74 534 107 27
Binary 1100110 10001 100010 0 1010011 1000011 111100 101011100 1000111 10111

Color Harmonies of #661122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661122

Black with #661122

Text Example


Text Example

White with #661122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661122; }

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

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

background-color css

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

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

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

border-color css

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

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

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