Html Css Color HEX #611505 Red Oxide

📋 copy color: '#611505'

red 97 ◦ green 21 ◦ blue 5

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

Shades of Red Oxide #611505

Tints of Red Oxide #611505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.07%

R = 78.86%
G = 17.07%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#611505 (or 0x611505) is known color: Red Oxide. HEX triplet: 61, 15 and 05. RGB value is (97,21,5). Sum of RGB (Red+Green+Blue) = 97+21+5=123 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.86% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 97 - color contains mainly: red. Hex color #611505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611505 is #9EEAFA. Grayscale: #2A2A2A. Windows color (decimal): -10414843 or 333153. OLE color: 333153.

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

Color convert

RGB 97 21 5 -
CMYK 0 0.78 0.95 0.62
HSL 10.43º 0.9% 0.2% -
HSV(B) 10.43º 0.95% 0.38% -
XYZ 5.23 3.09 0.46 -
YUV 41.9 107.18 167.3 -
System Red Green Blue C M Y K H S L
Decimal 97 21 5 0 0.78 0.95 0.62 10.43 0.9 0.2
Hex 61 15 5 0 4E 5F 3E A 5A 14
Octal 141 25 5 0 116 137 76 12 132 24
Binary 1100001 10101 101 0 1001110 1011111 111110 1010 1011010 10100

Color Harmonies of #611505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611505

Black with #611505

Text Example


Text Example

White with #611505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611505; }

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

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

background-color css

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

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

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

border-color css

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

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

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