Html Css Color HEX #541B15 Red Oxide

📋 copy color: '#541B15'

red 84 ◦ green 27 ◦ blue 21

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

Shades of Red Oxide #541B15

Tints of Red Oxide #541B15

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.45%

 BLUE value IS 21 (8.59% from 255) = 15.91%

R = 63.64%
G = 20.45%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#541B15 (or 0x541B15) is known color: Red Oxide. HEX triplet: 54, 1B and 15. RGB value is (84,27,21). Sum of RGB (Red+Green+Blue) = 84+27+21=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #541B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541B15 is #ABE4EA. Grayscale: #2B2B2B. Windows color (decimal): -11265259 or 1383252. OLE color: 1383252.

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

Color convert

RGB 84 27 21 -
CMYK 0 0.68 0.75 0.67
HSL 5.71º 0.6% 0.21% -
HSV(B) 5.71º 0.75% 0.33% -
XYZ 4.18 2.72 1.01 -
YUV 43.36 115.38 156.99 -
System Red Green Blue C M Y K H S L
Decimal 84 27 21 0 0.68 0.75 0.67 5.71 0.6 0.21
Hex 54 1B 15 0 44 4B 43 6 3C 15
Octal 124 33 25 0 104 113 103 6 74 25
Binary 1010100 11011 10101 0 1000100 1001011 1000011 110 111100 10101

Color Harmonies of #541B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541B15

Black with #541B15

Text Example


Text Example

White with #541B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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