Html Css Color HEX #531817 Red Oxide

📋 copy color: '#531817'

red 83 ◦ green 24 ◦ blue 23

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

Shades of Red Oxide #531817

Tints of Red Oxide #531817

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.46%

 BLUE value IS 23 (9.38% from 255) = 17.69%

R = 63.85%
G = 18.46%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#531817 (or 0x531817) is known color: Red Oxide. HEX triplet: 53, 18 and 17. RGB value is (83,24,23). Sum of RGB (Red+Green+Blue) = 83+24+23=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 23 (9.38% from 255 or 17.69% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #531817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531817 is #ACE7E8. Grayscale: #292929. Windows color (decimal): -11331561 or 1513555. OLE color: 1513555.

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

Color convert

RGB 83 24 23 -
CMYK 0 0.71 0.72 0.67
HSL 0.57% 0.21% -
HSV(B) 0.72% 0.33% -
XYZ 4.05 2.55 1.09 -
YUV 41.53 117.55 157.58 -
System Red Green Blue C M Y K H S L
Decimal 83 24 23 0 0.71 0.72 0.67 1 0.57 0.21
Hex 53 18 17 0 47 48 43 1 39 15
Octal 123 30 27 0 107 110 103 1 71 25
Binary 1010011 11000 10111 0 1000111 1001000 1000011 1 111001 10101

Color Harmonies of #531817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531817

Black with #531817

Text Example


Text Example

White with #531817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531817; }

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

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

background-color css

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

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

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

border-color css

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

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

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