Html Css Color HEX #611101 Red Oxide

📋 copy color: '#611101'

red 97 ◦ green 17 ◦ blue 1

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

Shades of Red Oxide #611101

Tints of Red Oxide #611101

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.78%

 BLUE value IS 1 (0.78% from 255) = 0.87%

R = 84.35%
G = 14.78%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#611101 (or 0x611101) is known color: Red Oxide. HEX triplet: 61, 11 and 01. RGB value is (97,17,1). Sum of RGB (Red+Green+Blue) = 97+17+1=115 (15% of max value = 765). Red value is 97 (38.28% from 255 or 84.35% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 97 - color contains mainly: red. Hex color #611101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611101 is #9EEEFE. Grayscale: #272727. Windows color (decimal): -10415871 or 69985. OLE color: 69985.

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

Color convert

RGB 97 17 1 -
CMYK 0 0.82 0.99 0.62
HSL 10º 0.98% 0.19% -
HSV(B) 10º 0.99% 0.38% -
XYZ 5.14 2.94 0.33 -
YUV 39.1 106.5 169.3 -
System Red Green Blue C M Y K H S L
Decimal 97 17 1 0 0.82 0.99 0.62 10 0.98 0.19
Hex 61 11 1 0 52 63 3E A 62 13
Octal 141 21 1 0 122 143 76 12 142 23
Binary 1100001 10001 1 0 1010010 1100011 111110 1010 1100010 10011

Color Harmonies of #611101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611101

Black with #611101

Text Example


Text Example

White with #611101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611101; }

 p { color: rgb(97,17,1); }

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

background-color css

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

 a { background-color: rgb(97,17,1); }

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

border-color css

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

 span { border-color: rgb(97,17,1); }

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