Html Css Color HEX #531509 Red Oxide

📋 copy color: '#531509'

red 83 ◦ green 21 ◦ blue 9

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

Shades of Red Oxide #531509

Tints of Red Oxide #531509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.96%

R = 73.45%
G = 18.58%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#531509 (or 0x531509) is known color: Red Oxide. HEX triplet: 53, 15 and 09. RGB value is (83,21,9). Sum of RGB (Red+Green+Blue) = 83+21+9=113 (14% of max value = 765). Red value is 83 (32.81% from 255 or 73.45% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 9 (3.91% from 255 or 7.96% from 113); Max value from RGB is 83 - color contains mainly: red. Hex color #531509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531509 is #ACEAF6. Grayscale: #262626. Windows color (decimal): -11332343 or 595283. OLE color: 595283.

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

Color convert

RGB 83 21 9 -
CMYK 0 0.75 0.89 0.67
HSL 9.73º 0.8% 0.18% -
HSV(B) 9.73º 0.89% 0.33% -
XYZ 3.88 2.4 0.52 -
YUV 38.17 111.54 159.98 -
System Red Green Blue C M Y K H S L
Decimal 83 21 9 0 0.75 0.89 0.67 9.73 0.8 0.18
Hex 53 15 9 0 4B 59 43 A 50 12
Octal 123 25 11 0 113 131 103 12 120 22
Binary 1010011 10101 1001 0 1001011 1011001 1000011 1010 1010000 10010

Color Harmonies of #531509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531509

Black with #531509

Text Example


Text Example

White with #531509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531509; }

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

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

background-color css

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

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

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

border-color css

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

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

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