Html Css Color HEX #531009 Red Oxide

📋 copy color: '#531009'

red 83 ◦ green 16 ◦ blue 9

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

Shades of Red Oxide #531009

Tints of Red Oxide #531009

RGB

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

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

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

R = 76.85%
G = 14.81%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#531009 (or 0x531009) is known color: Red Oxide. HEX triplet: 53, 10 and 09. RGB value is (83,16,9). Sum of RGB (Red+Green+Blue) = 83+16+9=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #531009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531009 is #ACEFF6. Grayscale: #232323. Windows color (decimal): -11333623 or 594003. OLE color: 594003.

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

Color convert

RGB 83 16 9 -
CMYK 0 0.81 0.89 0.67
HSL 5.68º 0.8% 0.18% -
HSV(B) 5.68º 0.89% 0.33% -
XYZ 3.8 2.23 0.49 -
YUV 35.24 113.2 162.07 -
System Red Green Blue C M Y K H S L
Decimal 83 16 9 0 0.81 0.89 0.67 5.68 0.8 0.18
Hex 53 10 9 0 51 59 43 6 50 12
Octal 123 20 11 0 121 131 103 6 120 22
Binary 1010011 10000 1001 0 1010001 1011001 1000011 110 1010000 10010

Color Harmonies of #531009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531009

Black with #531009

Text Example


Text Example

White with #531009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531009; }

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

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

background-color css

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

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

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

border-color css

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

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

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