Html Css Color HEX #612119 Red Oxide

📋 copy color: '#612119'

red 97 ◦ green 33 ◦ blue 25

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

Shades of Red Oxide #612119

Tints of Red Oxide #612119

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.29%

 BLUE value IS 25 (10.16% from 255) = 16.13%

R = 62.58%
G = 21.29%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#612119 (or 0x612119) is known color: Red Oxide. HEX triplet: 61, 21 and 19. RGB value is (97,33,25). Sum of RGB (Red+Green+Blue) = 97+33+25=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #612119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612119 is #9EDEE6. Grayscale: #333333. Windows color (decimal): -10411751 or 1646945. OLE color: 1646945.

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

Color convert

RGB 97 33 25 -
CMYK 0 0.66 0.74 0.62
HSL 6.67º 0.59% 0.24% -
HSV(B) 6.67º 0.74% 0.38% -
XYZ 5.65 3.7 1.34 -
YUV 51.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 97 33 25 0 0.66 0.74 0.62 6.67 0.59 0.24
Hex 61 21 19 0 42 4A 3E 7 3B 18
Octal 141 41 31 0 102 112 76 7 73 30
Binary 1100001 100001 11001 0 1000010 1001010 111110 111 111011 11000

Color Harmonies of #612119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612119

Black with #612119

Text Example


Text Example

White with #612119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612119; }

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

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

background-color css

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

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

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

border-color css

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

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

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