Html Css Color HEX #531307 Red Oxide

📋 copy color: '#531307'

red 83 ◦ green 19 ◦ blue 7

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

Shades of Red Oxide #531307

Tints of Red Oxide #531307

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.43%

 BLUE value IS 7 (3.13% from 255) = 6.42%

R = 76.15%
G = 17.43%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#531307 (or 0x531307) is known color: Red Oxide. HEX triplet: 53, 13 and 07. RGB value is (83,19,7). Sum of RGB (Red+Green+Blue) = 83+19+7=109 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.15% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 83 - color contains mainly: red. Hex color #531307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531307 is #ACECF8. Grayscale: #242424. Windows color (decimal): -11332857 or 463699. OLE color: 463699.

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

Color convert

RGB 83 19 7 -
CMYK 0 0.77 0.92 0.67
HSL 9.47º 0.84% 0.18% -
HSV(B) 9.47º 0.92% 0.33% -
XYZ 3.84 2.32 0.45 -
YUV 36.77 111.2 160.98 -
System Red Green Blue C M Y K H S L
Decimal 83 19 7 0 0.77 0.92 0.67 9.47 0.84 0.18
Hex 53 13 7 0 4D 5C 43 9 54 12
Octal 123 23 7 0 115 134 103 11 124 22
Binary 1010011 10011 111 0 1001101 1011100 1000011 1001 1010100 10010

Color Harmonies of #531307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531307

Black with #531307

Text Example


Text Example

White with #531307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531307; }

 p { color: rgb(83,19,7); }

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

background-color css

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

 a { background-color: rgb(83,19,7); }

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

border-color css

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

 span { border-color: rgb(83,19,7); }

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