Html Css Color HEX #541510 Red Oxide

📋 copy color: '#541510'

red 84 ◦ green 21 ◦ blue 16

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

Shades of Red Oxide #541510

Tints of Red Oxide #541510

RGB

 RED value IS 84 (33.2% from 255) = 69.42%

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

 BLUE value IS 16 (6.64% from 255) = 13.22%

R = 69.42%
G = 17.36%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#541510 (or 0x541510) is known color: Red Oxide. HEX triplet: 54, 15 and 10. RGB value is (84,21,16). Sum of RGB (Red+Green+Blue) = 84+21+16=121 (16% of max value = 765). Red value is 84 (33.20% from 255 or 69.42% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 84 - color contains mainly: red. Hex color #541510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541510 is #ABEAEF. Grayscale: #272727. Windows color (decimal): -11266800 or 1054036. OLE color: 1054036.

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

Color convert

RGB 84 21 16 -
CMYK 0 0.75 0.81 0.67
HSL 4.41º 0.68% 0.2% -
HSV(B) 4.41º 0.81% 0.33% -
XYZ 4.02 2.46 0.75 -
YUV 39.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 84 21 16 0 0.75 0.81 0.67 4.41 0.68 0.2
Hex 54 15 10 0 4B 51 43 4 44 14
Octal 124 25 20 0 113 121 103 4 104 24
Binary 1010100 10101 10000 0 1001011 1010001 1000011 100 1000100 10100

Color Harmonies of #541510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541510

Black with #541510

Text Example


Text Example

White with #541510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541510; }

 p { color: rgb(84,21,16); }

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

background-color css

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

 a { background-color: rgb(84,21,16); }

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

border-color css

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

 span { border-color: rgb(84,21,16); }

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