Html Css Color HEX #531715 Red Oxide

📋 copy color: '#531715'

red 83 ◦ green 23 ◦ blue 21

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

Shades of Red Oxide #531715

Tints of Red Oxide #531715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.11%

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

R = 65.35%
G = 18.11%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#531715 (or 0x531715) is known color: Red Oxide. HEX triplet: 53, 17 and 15. RGB value is (83,23,21). Sum of RGB (Red+Green+Blue) = 83+23+21=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #531715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531715 is #ACE8EA. Grayscale: #282828. Windows color (decimal): -11331819 or 1382227. OLE color: 1382227.

HSL color Cylindrical-coordinate representation of color #531715: hue angle of 1.94º 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 #531715 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 23 21 -
CMYK 0 0.72 0.75 0.67
HSL 1.94º 0.6% 0.2% -
HSV(B) 1.94º 0.75% 0.33% -
XYZ 4.01 2.51 0.98 -
YUV 40.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 83 23 21 0 0.72 0.75 0.67 1.94 0.6 0.2
Hex 53 17 15 0 48 4B 43 2 3C 14
Octal 123 27 25 0 110 113 103 2 74 24
Binary 1010011 10111 10101 0 1001000 1001011 1000011 10 111100 10100

Color Harmonies of #531715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531715

Black with #531715

Text Example


Text Example

White with #531715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531715; }

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

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

background-color css

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

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

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

border-color css

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

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

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