Html Css Color HEX #661520 Pohutukawa

📋 copy color: '#661520'

red 102 ◦ green 21 ◦ blue 32

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

Shades of Pohutukawa #661520

Tints of Pohutukawa #661520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 20.65%

R = 65.81%
G = 13.55%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.6

RGB Variations

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

Color information

#661520 (or 0x661520) is known color: Pohutukawa. HEX triplet: 66, 15 and 20. RGB value is (102,21,32). Sum of RGB (Red+Green+Blue) = 102+21+32=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #661520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661520 is #99EADF. Grayscale: #2E2E2E. Windows color (decimal): -10087136 or 2102630. OLE color: 2102630.

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

Color convert

RGB 102 21 32 -
CMYK 0 0.79 0.69 0.6
HSL 351.85º 0.66% 0.24% -
HSV(B) 351.85º 0.79% 0.4% -
XYZ 6.01 3.47 1.72 -
YUV 46.47 119.84 167.61 -
System Red Green Blue C M Y K H S L
Decimal 102 21 32 0 0.79 0.69 0.6 351.85 0.66 0.24
Hex 66 15 20 0 4F 45 3C 160 42 18
Octal 146 25 40 0 117 105 74 540 102 30
Binary 1100110 10101 100000 0 1001111 1000101 111100 101100000 1000010 11000

Color Harmonies of #661520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661520

Black with #661520

Text Example


Text Example

White with #661520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661520; }

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

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

background-color css

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

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

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

border-color css

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

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

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