Html Css Color HEX #53140E Red Oxide

📋 copy color: '#53140E'

red 83 ◦ green 20 ◦ blue 14

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

Shades of Red Oxide #53140E

Tints of Red Oxide #53140E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 11.97%

R = 70.94%
G = 17.09%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#53140E (or 0x53140E) is known color: Red Oxide. HEX triplet: 53, 14 and 0E. RGB value is (83,20,14). Sum of RGB (Red+Green+Blue) = 83+20+14=117 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.94% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 83 - color contains mainly: red. Hex color #53140E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53140E is #ACEBF1. Grayscale: #262626. Windows color (decimal): -11332594 or 922707. OLE color: 922707.

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

Color convert

RGB 83 20 14 -
CMYK 0 0.76 0.83 0.67
HSL 5.22º 0.71% 0.19% -
HSV(B) 5.22º 0.83% 0.33% -
XYZ 3.9 2.37 0.67 -
YUV 38.15 114.37 159.99 -
System Red Green Blue C M Y K H S L
Decimal 83 20 14 0 0.76 0.83 0.67 5.22 0.71 0.19
Hex 53 14 E 0 4C 53 43 5 47 13
Octal 123 24 16 0 114 123 103 5 107 23
Binary 1010011 10100 1110 0 1001100 1010011 1000011 101 1000111 10011

Color Harmonies of #53140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53140E

Black with #53140E

Text Example


Text Example

White with #53140E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53140E; }

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

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

background-color css

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

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

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

border-color css

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

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

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