Html Css Color HEX #531814 Red Oxide

📋 copy color: '#531814'

red 83 ◦ green 24 ◦ blue 20

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

Shades of Red Oxide #531814

Tints of Red Oxide #531814

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.9%

 BLUE value IS 20 (8.2% from 255) = 15.75%

R = 65.35%
G = 18.9%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#531814 (or 0x531814) is known color: Red Oxide. HEX triplet: 53, 18 and 14. RGB value is (83,24,20). Sum of RGB (Red+Green+Blue) = 83+24+20=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #531814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531814 is #ACE7EB. Grayscale: #292929. Windows color (decimal): -11331564 or 1316947. OLE color: 1316947.

HSL color Cylindrical-coordinate representation of color #531814: hue angle of 3.81º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #531814 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 24 20 -
CMYK 0 0.71 0.76 0.67
HSL 3.81º 0.61% 0.2% -
HSV(B) 3.81º 0.76% 0.33% -
XYZ 4.02 2.54 0.94 -
YUV 41.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 83 24 20 0 0.71 0.76 0.67 3.81 0.61 0.2
Hex 53 18 14 0 47 4C 43 4 3D 14
Octal 123 30 24 0 107 114 103 4 75 24
Binary 1010011 11000 10100 0 1000111 1001100 1000011 100 111101 10100

Color Harmonies of #531814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531814

Black with #531814

Text Example


Text Example

White with #531814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531814; }

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

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

background-color css

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

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

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

border-color css

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

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

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