Html Css Color HEX #611502 Red Oxide

📋 copy color: '#611502'

red 97 ◦ green 21 ◦ blue 2

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

Shades of Red Oxide #611502

Tints of Red Oxide #611502

RGB

 RED value IS 97 (38.28% from 255) = 80.83%

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

 BLUE value IS 2 (1.17% from 255) = 1.67%

R = 80.83%
G = 17.5%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#611502 (or 0x611502) is known color: Red Oxide. HEX triplet: 61, 15 and 02. RGB value is (97,21,2). Sum of RGB (Red+Green+Blue) = 97+21+2=120 (15% of max value = 765). Red value is 97 (38.28% from 255 or 80.83% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 97 - color contains mainly: red. Hex color #611502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611502 is #9EEAFD. Grayscale: #292929. Windows color (decimal): -10414846 or 136545. OLE color: 136545.

HSL color Cylindrical-coordinate representation of color #611502: hue angle of 12º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #611502 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 21 2 -
CMYK 0 0.78 0.98 0.62
HSL 12º 0.96% 0.19% -
HSV(B) 12º 0.98% 0.38% -
XYZ 5.21 3.08 0.38 -
YUV 41.56 105.68 167.54 -
System Red Green Blue C M Y K H S L
Decimal 97 21 2 0 0.78 0.98 0.62 12 0.96 0.19
Hex 61 15 2 0 4E 62 3E C 60 13
Octal 141 25 2 0 116 142 76 14 140 23
Binary 1100001 10101 10 0 1001110 1100010 111110 1100 1100000 10011

Color Harmonies of #611502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611502

Black with #611502

Text Example


Text Example

White with #611502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611502; }

 p { color: rgb(97,21,2); }

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

background-color css

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

 a { background-color: rgb(97,21,2); }

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

border-color css

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

 span { border-color: rgb(97,21,2); }

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