Html Css Color HEX #531515 Red Oxide

📋 copy color: '#531515'

red 83 ◦ green 21 ◦ blue 21

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

Shades of Red Oxide #531515

Tints of Red Oxide #531515

RGB

 RED value IS 83 (32.81% from 255) = 66.4%

 GREEN value IS 21 (8.59% from 255) = 16.8%

 BLUE value IS 21 (8.59% from 255) = 16.8%

R = 66.4%
G = 16.8%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#531515 (or 0x531515) is known color: Red Oxide. HEX triplet: 53, 15 and 15. RGB value is (83,21,21). Sum of RGB (Red+Green+Blue) = 83+21+21=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #531515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531515 is #ACEAEA. Grayscale: #272727. Windows color (decimal): -11332331 or 1381715. OLE color: 1381715.

HSL color Cylindrical-coordinate representation of color #531515: hue angle of 0º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #531515 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 21 21 -
CMYK 0 0.75 0.75 0.67
HSL 0.6% 0.2% -
HSV(B) 0.75% 0.33% -
XYZ 3.97 2.43 0.97 -
YUV 39.54 117.54 159 -
System Red Green Blue C M Y K H S L
Decimal 83 21 21 0 0.75 0.75 0.67 0 0.6 0.2
Hex 53 15 15 0 4B 4B 43 0 3C 14
Octal 123 25 25 0 113 113 103 0 74 24
Binary 1010011 10101 10101 0 1001011 1001011 1000011 0 111100 10100

Color Harmonies of #531515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531515

Black with #531515

Text Example


Text Example

White with #531515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531515; }

 p { color: rgb(83,21,21); }

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

background-color css

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

 a { background-color: rgb(83,21,21); }

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

border-color css

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

 span { border-color: rgb(83,21,21); }

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