Html Css Color HEX #661522 Pohutukawa

📋 copy color: '#661522'

red 102 ◦ green 21 ◦ blue 34

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

Shades of Pohutukawa #661522

Tints of Pohutukawa #661522

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.38%

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

R = 64.97%
G = 13.38%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.6

RGB Variations

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

Color information

#661522 (or 0x661522) is known color: Pohutukawa. HEX triplet: 66, 15 and 22. RGB value is (102,21,34). Sum of RGB (Red+Green+Blue) = 102+21+34=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #661522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661522 is #99EADD. Grayscale: #2E2E2E. Windows color (decimal): -10087134 or 2233702. OLE color: 2233702.

HSL color Cylindrical-coordinate representation of color #661522: hue angle of 350.37º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #661522 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 21 34 -
CMYK 0 0.79 0.67 0.6
HSL 350.37º 0.66% 0.24% -
HSV(B) 350.37º 0.79% 0.4% -
XYZ 6.04 3.48 1.87 -
YUV 46.7 120.84 167.44 -
System Red Green Blue C M Y K H S L
Decimal 102 21 34 0 0.79 0.67 0.6 350.37 0.66 0.24
Hex 66 15 22 0 4F 43 3C 15E 42 18
Octal 146 25 42 0 117 103 74 536 102 30
Binary 1100110 10101 100010 0 1001111 1000011 111100 101011110 1000010 11000

Color Harmonies of #661522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661522

Black with #661522

Text Example


Text Example

White with #661522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661522; }

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

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

background-color css

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

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

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

border-color css

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

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

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