Html Css Color HEX #601207 Red Oxide

📋 copy color: '#601207'

red 96 ◦ green 18 ◦ blue 7

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

Shades of Red Oxide #601207

Tints of Red Oxide #601207

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.88%

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

R = 79.34%
G = 14.88%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#601207 (or 0x601207) is known color: Red Oxide. HEX triplet: 60, 12 and 07. RGB value is (96,18,7). Sum of RGB (Red+Green+Blue) = 96+18+7=121 (16% of max value = 765). Red value is 96 (37.89% from 255 or 79.34% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 7 (3.12% from 255 or 5.79% from 121); Max value from RGB is 96 - color contains mainly: red. Hex color #601207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601207 is #9FEDF8. Grayscale: #282828. Windows color (decimal): -10481145 or 463456. OLE color: 463456.

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

Color convert

RGB 96 18 7 -
CMYK 0 0.81 0.93 0.62
HSL 7.42º 0.86% 0.2% -
HSV(B) 7.42º 0.93% 0.38% -
XYZ 5.08 2.93 0.5 -
YUV 40.07 109.34 167.89 -
System Red Green Blue C M Y K H S L
Decimal 96 18 7 0 0.81 0.93 0.62 7.42 0.86 0.2
Hex 60 12 7 0 51 5D 3E 7 56 14
Octal 140 22 7 0 121 135 76 7 126 24
Binary 1100000 10010 111 0 1010001 1011101 111110 111 1010110 10100

Color Harmonies of #601207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601207

Black with #601207

Text Example


Text Example

White with #601207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601207; }

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

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

background-color css

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

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

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

border-color css

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

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

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