Html Css Color HEX #531514 Red Oxide

📋 copy color: '#531514'

red 83 ◦ green 21 ◦ blue 20

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

Shades of Red Oxide #531514

Tints of Red Oxide #531514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.94%

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

R = 66.94%
G = 16.94%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#531514 (or 0x531514) is known color: Red Oxide. HEX triplet: 53, 15 and 14. RGB value is (83,21,20). Sum of RGB (Red+Green+Blue) = 83+21+20=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #531514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531514 is #ACEAEB. Grayscale: #272727. Windows color (decimal): -11332332 or 1316179. OLE color: 1316179.

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

Color convert

RGB 83 21 20 -
CMYK 0 0.75 0.76 0.67
HSL 0.95º 0.61% 0.2% -
HSV(B) 0.95º 0.76% 0.33% -
XYZ 3.96 2.43 0.92 -
YUV 39.42 117.04 159.08 -
System Red Green Blue C M Y K H S L
Decimal 83 21 20 0 0.75 0.76 0.67 0.95 0.61 0.2
Hex 53 15 14 0 4B 4C 43 1 3D 14
Octal 123 25 24 0 113 114 103 1 75 24
Binary 1010011 10101 10100 0 1001011 1001100 1000011 1 111101 10100

Color Harmonies of #531514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531514

Black with #531514

Text Example


Text Example

White with #531514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531514; }

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

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

background-color css

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

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

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

border-color css

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

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

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