Html Css Color HEX #531104 Red Oxide

📋 copy color: '#531104'

red 83 ◦ green 17 ◦ blue 4

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

Shades of Red Oxide #531104

Tints of Red Oxide #531104

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.35%

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

R = 79.81%
G = 16.35%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#531104 (or 0x531104) is known color: Red Oxide. HEX triplet: 53, 11 and 04. RGB value is (83,17,4). Sum of RGB (Red+Green+Blue) = 83+17+4=104 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.81% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 4 (1.95% from 255 or 3.85% from 104); Max value from RGB is 83 - color contains mainly: red. Hex color #531104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531104 is #ACEEFB. Grayscale: #232323. Windows color (decimal): -11333372 or 266579. OLE color: 266579.

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

Color convert

RGB 83 17 4 -
CMYK 0 0.80 0.95 0.67
HSL 9.87º 0.91% 0.17% -
HSV(B) 9.87º 0.95% 0.33% -
XYZ 3.79 2.25 0.35 -
YUV 35.25 110.37 162.06 -
System Red Green Blue C M Y K H S L
Decimal 83 17 4 0 0.80 0.95 0.67 9.87 0.91 0.17
Hex 53 11 4 0 50 5F 43 A 5B 11
Octal 123 21 4 0 120 137 103 12 133 21
Binary 1010011 10001 100 0 1010000 1011111 1000011 1010 1011011 10001

Color Harmonies of #531104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531104

Black with #531104

Text Example


Text Example

White with #531104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531104; }

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

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

background-color css

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

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

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

border-color css

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

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

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