Html Css Color HEX #612019 Red Oxide

📋 copy color: '#612019'

red 97 ◦ green 32 ◦ blue 25

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

Shades of Red Oxide #612019

Tints of Red Oxide #612019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.78%

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

R = 62.99%
G = 20.78%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#612019 (or 0x612019) is known color: Red Oxide. HEX triplet: 61, 20 and 19. RGB value is (97,32,25). Sum of RGB (Red+Green+Blue) = 97+32+25=154 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.99% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 25 (10.16% from 255 or 16.23% from 154); Max value from RGB is 97 - color contains mainly: red. Hex color #612019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612019 is #9EDFE6. Grayscale: #323232. Windows color (decimal): -10412007 or 1646689. OLE color: 1646689.

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

Color convert

RGB 97 32 25 -
CMYK 0 0.67 0.74 0.62
HSL 5.83º 0.59% 0.24% -
HSV(B) 5.83º 0.74% 0.38% -
XYZ 5.62 3.64 1.33 -
YUV 50.64 113.53 161.07 -
System Red Green Blue C M Y K H S L
Decimal 97 32 25 0 0.67 0.74 0.62 5.83 0.59 0.24
Hex 61 20 19 0 43 4A 3E 6 3B 18
Octal 141 40 31 0 103 112 76 6 73 30
Binary 1100001 100000 11001 0 1000011 1001010 111110 110 111011 11000

Color Harmonies of #612019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612019

Black with #612019

Text Example


Text Example

White with #612019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612019; }

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

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

background-color css

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

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

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

border-color css

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

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

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