Html Css Color HEX #531409 Red Oxide

📋 copy color: '#531409'

red 83 ◦ green 20 ◦ blue 9

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

Shades of Red Oxide #531409

Tints of Red Oxide #531409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.86%

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

R = 74.11%
G = 17.86%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#531409 (or 0x531409) is known color: Red Oxide. HEX triplet: 53, 14 and 09. RGB value is (83,20,9). Sum of RGB (Red+Green+Blue) = 83+20+9=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #531409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531409 is #ACEBF6. Grayscale: #252525. Windows color (decimal): -11332599 or 595027. OLE color: 595027.

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

Color convert

RGB 83 20 9 -
CMYK 0 0.76 0.89 0.67
HSL 8.92º 0.8% 0.18% -
HSV(B) 8.92º 0.89% 0.33% -
XYZ 3.87 2.36 0.51 -
YUV 37.58 111.87 160.39 -
System Red Green Blue C M Y K H S L
Decimal 83 20 9 0 0.76 0.89 0.67 8.92 0.8 0.18
Hex 53 14 9 0 4C 59 43 9 50 12
Octal 123 24 11 0 114 131 103 11 120 22
Binary 1010011 10100 1001 0 1001100 1011001 1000011 1001 1010000 10010

Color Harmonies of #531409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531409

Black with #531409

Text Example


Text Example

White with #531409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531409; }

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

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

background-color css

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

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

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

border-color css

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

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

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