Html Css Color HEX #531609 Red Oxide

📋 copy color: '#531609'

red 83 ◦ green 22 ◦ blue 9

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

Shades of Red Oxide #531609

Tints of Red Oxide #531609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.3%

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

R = 72.81%
G = 19.3%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#531609 (or 0x531609) is known color: Red Oxide. HEX triplet: 53, 16 and 09. RGB value is (83,22,9). Sum of RGB (Red+Green+Blue) = 83+22+9=114 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.81% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 9 (3.91% from 255 or 7.89% from 114); Max value from RGB is 83 - color contains mainly: red. Hex color #531609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531609 is #ACE9F6. Grayscale: #262626. Windows color (decimal): -11332087 or 595539. OLE color: 595539.

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

Color convert

RGB 83 22 9 -
CMYK 0 0.73 0.89 0.67
HSL 10.54º 0.8% 0.18% -
HSV(B) 10.54º 0.89% 0.33% -
XYZ 3.9 2.43 0.52 -
YUV 38.76 111.21 159.56 -
System Red Green Blue C M Y K H S L
Decimal 83 22 9 0 0.73 0.89 0.67 10.54 0.8 0.18
Hex 53 16 9 0 49 59 43 B 50 12
Octal 123 26 11 0 111 131 103 13 120 22
Binary 1010011 10110 1001 0 1001001 1011001 1000011 1011 1010000 10010

Color Harmonies of #531609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531609

Black with #531609

Text Example


Text Example

White with #531609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531609; }

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

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

background-color css

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

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

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

border-color css

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

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

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