Html Css Color HEX #531010 Red Oxide

📋 copy color: '#531010'

red 83 ◦ green 16 ◦ blue 16

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

Shades of Red Oxide #531010

Tints of Red Oxide #531010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.91%

 BLUE value IS 16 (6.64% from 255) = 13.91%

R = 72.17%
G = 13.91%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#531010 (or 0x531010) is known color: Red Oxide. HEX triplet: 53, 10 and 10. RGB value is (83,16,16). Sum of RGB (Red+Green+Blue) = 83+16+16=115 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.17% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 83 - color contains mainly: red. Hex color #531010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531010 is #ACEFEF. Grayscale: #242424. Windows color (decimal): -11333616 or 1052755. OLE color: 1052755.

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

Color convert

RGB 83 16 16 -
CMYK 0 0.81 0.81 0.67
HSL 0.68% 0.19% -
HSV(B) 0.81% 0.33% -
XYZ 3.85 2.25 0.72 -
YUV 36.03 116.7 161.5 -
System Red Green Blue C M Y K H S L
Decimal 83 16 16 0 0.81 0.81 0.67 0 0.68 0.19
Hex 53 10 10 0 51 51 43 0 44 13
Octal 123 20 20 0 121 121 103 0 104 23
Binary 1010011 10000 10000 0 1010001 1010001 1000011 0 1000100 10011

Color Harmonies of #531010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531010

Black with #531010

Text Example


Text Example

White with #531010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531010; }

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

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

background-color css

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

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

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

border-color css

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

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

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