Html Css Color HEX #60221B Red Oxide

📋 copy color: '#60221B'

red 96 ◦ green 34 ◦ blue 27

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

Shades of Red Oxide #60221B

Tints of Red Oxide #60221B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.66%

 BLUE value IS 27 (10.94% from 255) = 17.2%

R = 61.15%
G = 21.66%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#60221B (or 0x60221B) is known color: Red Oxide. HEX triplet: 60, 22 and 1B. RGB value is (96,34,27). Sum of RGB (Red+Green+Blue) = 96+34+27=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #60221B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60221B is #9FDDE4. Grayscale: #333333. Windows color (decimal): -10477029 or 1778272. OLE color: 1778272.

HSL color Cylindrical-coordinate representation of color #60221B: hue angle of 6.09º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60221B is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 34 27 -
CMYK 0 0.65 0.72 0.62
HSL 6.09º 0.56% 0.24% -
HSV(B) 6.09º 0.72% 0.38% -
XYZ 5.59 3.71 1.46 -
YUV 51.74 114.04 159.57 -
System Red Green Blue C M Y K H S L
Decimal 96 34 27 0 0.65 0.72 0.62 6.09 0.56 0.24
Hex 60 22 1B 0 41 48 3E 6 38 18
Octal 140 42 33 0 101 110 76 6 70 30
Binary 1100000 100010 11011 0 1000001 1001000 111110 110 111000 11000

Color Harmonies of #60221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60221B

Black with #60221B

Text Example


Text Example

White with #60221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60221B; }

 p { color: rgb(96,34,27); }

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

background-color css

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

 a { background-color: rgb(96,34,27); }

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

border-color css

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

 span { border-color: rgb(96,34,27); }

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