Html Css Color HEX #601307 Red Oxide

📋 copy color: '#601307'

red 96 ◦ green 19 ◦ blue 7

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

Shades of Red Oxide #601307

Tints of Red Oxide #601307

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.57%

 BLUE value IS 7 (3.13% from 255) = 5.74%

R = 78.69%
G = 15.57%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#601307 (or 0x601307) is known color: Red Oxide. HEX triplet: 60, 13 and 07. RGB value is (96,19,7). Sum of RGB (Red+Green+Blue) = 96+19+7=122 (16% of max value = 765). Red value is 96 (37.89% from 255 or 78.69% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 7 (3.12% from 255 or 5.74% from 122); Max value from RGB is 96 - color contains mainly: red. Hex color #601307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601307 is #9FECF8. Grayscale: #282828. Windows color (decimal): -10480889 or 463712. OLE color: 463712.

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

Color convert

RGB 96 19 7 -
CMYK 0 0.80 0.93 0.62
HSL 8.09º 0.86% 0.2% -
HSV(B) 8.09º 0.93% 0.38% -
XYZ 5.1 2.97 0.51 -
YUV 40.66 109.01 167.48 -
System Red Green Blue C M Y K H S L
Decimal 96 19 7 0 0.80 0.93 0.62 8.09 0.86 0.2
Hex 60 13 7 0 50 5D 3E 8 56 14
Octal 140 23 7 0 120 135 76 10 126 24
Binary 1100000 10011 111 0 1010000 1011101 111110 1000 1010110 10100

Color Harmonies of #601307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601307

Black with #601307

Text Example


Text Example

White with #601307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601307; }

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

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

background-color css

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

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

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

border-color css

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

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

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