Html Css Color HEX #541505 Red Oxide

📋 copy color: '#541505'

red 84 ◦ green 21 ◦ blue 5

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

Shades of Red Oxide #541505

Tints of Red Oxide #541505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.55%

R = 76.36%
G = 19.09%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#541505 (or 0x541505) is known color: Red Oxide. HEX triplet: 54, 15 and 05. RGB value is (84,21,5). Sum of RGB (Red+Green+Blue) = 84+21+5=110 (14% of max value = 765). Red value is 84 (33.20% from 255 or 76.36% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 84 - color contains mainly: red. Hex color #541505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541505 is #ABEAFA. Grayscale: #262626. Windows color (decimal): -11266811 or 333140. OLE color: 333140.

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

Color convert

RGB 84 21 5 -
CMYK 0 0.75 0.94 0.67
HSL 12.15º 0.89% 0.17% -
HSV(B) 12.15º 0.94% 0.33% -
XYZ 3.95 2.43 0.4 -
YUV 38.01 109.37 160.8 -
System Red Green Blue C M Y K H S L
Decimal 84 21 5 0 0.75 0.94 0.67 12.15 0.89 0.17
Hex 54 15 5 0 4B 5E 43 C 59 11
Octal 124 25 5 0 113 136 103 14 131 21
Binary 1010100 10101 101 0 1001011 1011110 1000011 1100 1011001 10001

Color Harmonies of #541505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541505

Black with #541505

Text Example


Text Example

White with #541505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541505; }

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

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

background-color css

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

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

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

border-color css

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

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

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