Html Css Color HEX #541C15 Red Oxide

📋 copy color: '#541C15'

red 84 ◦ green 28 ◦ blue 21

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

Shades of Red Oxide #541C15

Tints of Red Oxide #541C15

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.05%

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

R = 63.16%
G = 21.05%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#541C15 (or 0x541C15) is known color: Red Oxide. HEX triplet: 54, 1C and 15. RGB value is (84,28,21). Sum of RGB (Red+Green+Blue) = 84+28+21=133 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.16% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 84 - color contains mainly: red. Hex color #541C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541C15 is #ABE3EA. Grayscale: #2C2C2C. Windows color (decimal): -11265003 or 1383508. OLE color: 1383508.

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

Color convert

RGB 84 28 21 -
CMYK 0 0.67 0.75 0.67
HSL 6.67º 0.6% 0.21% -
HSV(B) 6.67º 0.75% 0.33% -
XYZ 4.21 2.77 1.02 -
YUV 43.95 115.05 156.57 -
System Red Green Blue C M Y K H S L
Decimal 84 28 21 0 0.67 0.75 0.67 6.67 0.6 0.21
Hex 54 1C 15 0 43 4B 43 7 3C 15
Octal 124 34 25 0 103 113 103 7 74 25
Binary 1010100 11100 10101 0 1000011 1001011 1000011 111 111100 10101

Color Harmonies of #541C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541C15

Black with #541C15

Text Example


Text Example

White with #541C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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