Html Css Color HEX #531004 Red Oxide

📋 copy color: '#531004'

red 83 ◦ green 16 ◦ blue 4

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

Shades of Red Oxide #531004

Tints of Red Oxide #531004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.88%

R = 80.58%
G = 15.53%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#531004 (or 0x531004) is known color: Red Oxide. HEX triplet: 53, 10 and 04. RGB value is (83,16,4). Sum of RGB (Red+Green+Blue) = 83+16+4=103 (13% of max value = 765). Red value is 83 (32.81% from 255 or 80.58% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 83 - color contains mainly: red. Hex color #531004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531004 is #ACEFFB. Grayscale: #222222. Windows color (decimal): -11333628 or 266323. OLE color: 266323.

HSL color Cylindrical-coordinate representation of color #531004: hue angle of 9.11º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #531004 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 16 4 -
CMYK 0 0.81 0.95 0.67
HSL 9.11º 0.91% 0.17% -
HSV(B) 9.11º 0.95% 0.33% -
XYZ 3.77 2.22 0.34 -
YUV 34.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 83 16 4 0 0.81 0.95 0.67 9.11 0.91 0.17
Hex 53 10 4 0 51 5F 43 9 5B 11
Octal 123 20 4 0 121 137 103 11 133 21
Binary 1010011 10000 100 0 1010001 1011111 1000011 1001 1011011 10001

Color Harmonies of #531004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531004

Black with #531004

Text Example


Text Example

White with #531004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531004; }

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

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

background-color css

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

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

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

border-color css

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

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

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