Html Css Color HEX #611503 Red Oxide

📋 copy color: '#611503'

red 97 ◦ green 21 ◦ blue 3

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

Shades of Red Oxide #611503

Tints of Red Oxide #611503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.48%

R = 80.17%
G = 17.36%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#611503 (or 0x611503) is known color: Red Oxide. HEX triplet: 61, 15 and 03. RGB value is (97,21,3). Sum of RGB (Red+Green+Blue) = 97+21+3=121 (16% of max value = 765). Red value is 97 (38.28% from 255 or 80.17% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 97 - color contains mainly: red. Hex color #611503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611503 is #9EEAFC. Grayscale: #292929. Windows color (decimal): -10414845 or 202081. OLE color: 202081.

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

Color convert

RGB 97 21 3 -
CMYK 0 0.78 0.97 0.62
HSL 11.49º 0.94% 0.2% -
HSV(B) 11.49º 0.97% 0.38% -
XYZ 5.21 3.08 0.41 -
YUV 41.67 106.18 167.46 -
System Red Green Blue C M Y K H S L
Decimal 97 21 3 0 0.78 0.97 0.62 11.49 0.94 0.2
Hex 61 15 3 0 4E 61 3E B 5E 14
Octal 141 25 3 0 116 141 76 13 136 24
Binary 1100001 10101 11 0 1001110 1100001 111110 1011 1011110 10100

Color Harmonies of #611503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611503

Black with #611503

Text Example


Text Example

White with #611503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611503; }

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

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

background-color css

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

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

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

border-color css

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

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

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