Html Css Color HEX #531404 Red Oxide

📋 copy color: '#531404'

red 83 ◦ green 20 ◦ blue 4

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

Shades of Red Oxide #531404

Tints of Red Oxide #531404

RGB

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

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

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

R = 77.57%
G = 18.69%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#531404 (or 0x531404) is known color: Red Oxide. HEX triplet: 53, 14 and 04. RGB value is (83,20,4). Sum of RGB (Red+Green+Blue) = 83+20+4=107 (14% of max value = 765). Red value is 83 (32.81% from 255 or 77.57% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 83 - color contains mainly: red. Hex color #531404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531404 is #ACEBFB. Grayscale: #252525. Windows color (decimal): -11332604 or 267347. OLE color: 267347.

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

Color convert

RGB 83 20 4 -
CMYK 0 0.76 0.95 0.67
HSL 12.15º 0.91% 0.17% -
HSV(B) 12.15º 0.95% 0.33% -
XYZ 3.84 2.35 0.37 -
YUV 37.01 109.37 160.8 -
System Red Green Blue C M Y K H S L
Decimal 83 20 4 0 0.76 0.95 0.67 12.15 0.91 0.17
Hex 53 14 4 0 4C 5F 43 C 5B 11
Octal 123 24 4 0 114 137 103 14 133 21
Binary 1010011 10100 100 0 1001100 1011111 1000011 1100 1011011 10001

Color Harmonies of #531404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531404

Black with #531404

Text Example


Text Example

White with #531404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531404; }

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

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

background-color css

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

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

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

border-color css

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

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

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