Html Css Color HEX #611303 Red Oxide

📋 copy color: '#611303'

red 97 ◦ green 19 ◦ blue 3

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

Shades of Red Oxide #611303

Tints of Red Oxide #611303

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.97%

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

R = 81.51%
G = 15.97%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#611303 (or 0x611303) is known color: Red Oxide. HEX triplet: 61, 13 and 03. RGB value is (97,19,3). Sum of RGB (Red+Green+Blue) = 97+19+3=119 (15% of max value = 765). Red value is 97 (38.28% from 255 or 81.51% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 97 - color contains mainly: red. Hex color #611303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611303 is #9EECFC. Grayscale: #282828. Windows color (decimal): -10415357 or 201569. OLE color: 201569.

HSL color Cylindrical-coordinate representation of color #611303: hue angle of 10.21º 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 #611303 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 19 3 -
CMYK 0 0.80 0.97 0.62
HSL 10.21º 0.94% 0.2% -
HSV(B) 10.21º 0.97% 0.38% -
XYZ 5.18 3.01 0.39 -
YUV 40.5 106.84 168.3 -
System Red Green Blue C M Y K H S L
Decimal 97 19 3 0 0.80 0.97 0.62 10.21 0.94 0.2
Hex 61 13 3 0 50 61 3E A 5E 14
Octal 141 23 3 0 120 141 76 12 136 24
Binary 1100001 10011 11 0 1010000 1100001 111110 1010 1011110 10100

Color Harmonies of #611303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611303

Black with #611303

Text Example


Text Example

White with #611303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611303; }

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

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

background-color css

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

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

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

border-color css

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

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

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