Html Css Color HEX #602727 Red Oxide

📋 copy color: '#602727'

red 96 ◦ green 39 ◦ blue 39

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

Shades of Red Oxide #602727

Tints of Red Oxide #602727

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.41%

 BLUE value IS 39 (15.63% from 255) = 22.41%

R = 55.17%
G = 22.41%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#602727 (or 0x602727) is known color: Red Oxide. HEX triplet: 60, 27 and 27. RGB value is (96,39,39). Sum of RGB (Red+Green+Blue) = 96+39+39=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #602727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602727 is #9FD8D8. Grayscale: #383838. Windows color (decimal): -10475737 or 2565984. OLE color: 2565984.

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

Color convert

RGB 96 39 39 -
CMYK 0 0.59 0.59 0.62
HSL 0.42% 0.26% -
HSV(B) 0.59% 0.38% -
XYZ 5.92 4.08 2.4 -
YUV 56.04 118.38 156.5 -
System Red Green Blue C M Y K H S L
Decimal 96 39 39 0 0.59 0.59 0.62 0 0.42 0.26
Hex 60 27 27 0 3B 3B 3E 0 2A 1A
Octal 140 47 47 0 73 73 76 0 52 32
Binary 1100000 100111 100111 0 111011 111011 111110 0 101010 11010

Color Harmonies of #602727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602727

Black with #602727

Text Example


Text Example

White with #602727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602727; }

 p { color: rgb(96,39,39); }

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

background-color css

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

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

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

border-color css

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

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

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