Html Css Color HEX #60201F Red Oxide

📋 copy color: '#60201F'

red 96 ◦ green 32 ◦ blue 31

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

Shades of Red Oxide #60201F

Tints of Red Oxide #60201F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.5%

R = 60.38%
G = 20.13%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#60201F (or 0x60201F) is known color: Red Oxide. HEX triplet: 60, 20 and 1F. RGB value is (96,32,31). Sum of RGB (Red+Green+Blue) = 96+32+31=159 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60.38% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 96 - color contains mainly: red. Hex color #60201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60201F is #9FDFE0. Grayscale: #333333. Windows color (decimal): -10477537 or 2039904. OLE color: 2039904.

HSL color Cylindrical-coordinate representation of color #60201F: hue angle of 0.92º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60201F is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 32 31 -
CMYK 0 0.67 0.68 0.62
HSL 0.92º 0.51% 0.25% -
HSV(B) 0.92º 0.68% 0.38% -
XYZ 5.59 3.62 1.7 -
YUV 51.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 96 32 31 0 0.67 0.68 0.62 0.92 0.51 0.25
Hex 60 20 1F 0 43 44 3E 1 33 19
Octal 140 40 37 0 103 104 76 1 63 31
Binary 1100000 100000 11111 0 1000011 1000100 111110 1 110011 11001

Color Harmonies of #60201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60201F

Black with #60201F

Text Example


Text Example

White with #60201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60201F; }

 p { color: rgb(96,32,31); }

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

background-color css

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

 a { background-color: rgb(96,32,31); }

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

border-color css

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

 span { border-color: rgb(96,32,31); }

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