Html Css Color HEX #541613 Red Oxide

📋 copy color: '#541613'

red 84 ◦ green 22 ◦ blue 19

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

Shades of Red Oxide #541613

Tints of Red Oxide #541613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.6%

 BLUE value IS 19 (7.81% from 255) = 15.2%

R = 67.2%
G = 17.6%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#541613 (or 0x541613) is known color: Red Oxide. HEX triplet: 54, 16 and 13. RGB value is (84,22,19). Sum of RGB (Red+Green+Blue) = 84+22+19=125 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.2% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 84 - color contains mainly: red. Hex color #541613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541613 is #ABE9EC. Grayscale: #282828. Windows color (decimal): -11266541 or 1250900. OLE color: 1250900.

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

Color convert

RGB 84 22 19 -
CMYK 0 0.74 0.77 0.67
HSL 2.77º 0.63% 0.2% -
HSV(B) 2.77º 0.77% 0.33% -
XYZ 4.06 2.51 0.89 -
YUV 40.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 84 22 19 0 0.74 0.77 0.67 2.77 0.63 0.2
Hex 54 16 13 0 4A 4D 43 3 3F 14
Octal 124 26 23 0 112 115 103 3 77 24
Binary 1010100 10110 10011 0 1001010 1001101 1000011 11 111111 10100

Color Harmonies of #541613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541613

Black with #541613

Text Example


Text Example

White with #541613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541613; }

 p { color: rgb(84,22,19); }

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

background-color css

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

 a { background-color: rgb(84,22,19); }

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

border-color css

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

 span { border-color: rgb(84,22,19); }

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