Html Css Color HEX #601613 Red Oxide

📋 copy color: '#601613'

red 96 ◦ green 22 ◦ blue 19

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

Shades of Red Oxide #601613

Tints of Red Oxide #601613

RGB

 RED value IS 96 (37.89% from 255) = 70.07%

 GREEN value IS 22 (8.98% from 255) = 16.06%

 BLUE value IS 19 (7.81% from 255) = 13.87%

R = 70.07%
G = 16.06%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#601613 (or 0x601613) is known color: Red Oxide. HEX triplet: 60, 16 and 13. RGB value is (96,22,19). Sum of RGB (Red+Green+Blue) = 96+22+19=137 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.07% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 96 - color contains mainly: red. Hex color #601613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601613 is #9FE9EC. Grayscale: #2B2B2B. Windows color (decimal): -10480109 or 1250912. OLE color: 1250912.

HSL color Cylindrical-coordinate representation of color #601613: hue angle of 2.34º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601613 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 22 19 -
CMYK 0 0.77 0.80 0.62
HSL 2.34º 0.67% 0.23% -
HSV(B) 2.34º 0.8% 0.38% -
XYZ 5.23 3.11 0.94 -
YUV 43.78 114.02 165.24 -
System Red Green Blue C M Y K H S L
Decimal 96 22 19 0 0.77 0.80 0.62 2.34 0.67 0.23
Hex 60 16 13 0 4D 50 3E 2 43 17
Octal 140 26 23 0 115 120 76 2 103 27
Binary 1100000 10110 10011 0 1001101 1010000 111110 10 1000011 10111

Color Harmonies of #601613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601613

Black with #601613

Text Example


Text Example

White with #601613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601613; }

 p { color: rgb(96,22,19); }

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

background-color css

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

 a { background-color: rgb(96,22,19); }

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

border-color css

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

 span { border-color: rgb(96,22,19); }

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