Html Css Color HEX #611915 Red Oxide

📋 copy color: '#611915'

red 97 ◦ green 25 ◦ blue 21

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

Shades of Red Oxide #611915

Tints of Red Oxide #611915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.48%

 BLUE value IS 21 (8.59% from 255) = 14.69%

R = 67.83%
G = 17.48%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#611915 (or 0x611915) is known color: Red Oxide. HEX triplet: 61, 19 and 15. RGB value is (97,25,21). Sum of RGB (Red+Green+Blue) = 97+25+21=143 (18% of max value = 765). Red value is 97 (38.28% from 255 or 67.83% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 97 - color contains mainly: red. Hex color #611915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611915 is #9EE6EA. Grayscale: #2E2E2E. Windows color (decimal): -10413803 or 1382753. OLE color: 1382753.

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

Color convert

RGB 97 25 21 -
CMYK 0 0.74 0.78 0.62
HSL 3.16º 0.64% 0.23% -
HSV(B) 3.16º 0.78% 0.38% -
XYZ 5.41 3.29 1.06 -
YUV 46.07 113.85 164.33 -
System Red Green Blue C M Y K H S L
Decimal 97 25 21 0 0.74 0.78 0.62 3.16 0.64 0.23
Hex 61 19 15 0 4A 4E 3E 3 40 17
Octal 141 31 25 0 112 116 76 3 100 27
Binary 1100001 11001 10101 0 1001010 1001110 111110 11 1000000 10111

Color Harmonies of #611915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611915

Black with #611915

Text Example


Text Example

White with #611915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611915; }

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

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

background-color css

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

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

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

border-color css

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

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

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