Html Css Color HEX #531204 Red Oxide

📋 copy color: '#531204'

red 83 ◦ green 18 ◦ blue 4

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

Shades of Red Oxide #531204

Tints of Red Oxide #531204

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.14%

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

R = 79.05%
G = 17.14%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#531204 (or 0x531204) is known color: Red Oxide. HEX triplet: 53, 12 and 04. RGB value is (83,18,4). Sum of RGB (Red+Green+Blue) = 83+18+4=105 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.05% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 83 - color contains mainly: red. Hex color #531204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531204 is #ACEDFB. Grayscale: #232323. Windows color (decimal): -11333116 or 266835. OLE color: 266835.

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

Color convert

RGB 83 18 4 -
CMYK 0 0.78 0.95 0.67
HSL 10.63º 0.91% 0.17% -
HSV(B) 10.63º 0.95% 0.33% -
XYZ 3.81 2.28 0.35 -
YUV 35.84 110.03 161.64 -
System Red Green Blue C M Y K H S L
Decimal 83 18 4 0 0.78 0.95 0.67 10.63 0.91 0.17
Hex 53 12 4 0 4E 5F 43 B 5B 11
Octal 123 22 4 0 116 137 103 13 133 21
Binary 1010011 10010 100 0 1001110 1011111 1000011 1011 1011011 10001

Color Harmonies of #531204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531204

Black with #531204

Text Example


Text Example

White with #531204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531204; }

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

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

background-color css

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

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

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

border-color css

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

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

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