Html Css Color HEX #541F1F Red Oxide

📋 copy color: '#541F1F'

red 84 ◦ green 31 ◦ blue 31

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

Shades of Red Oxide #541F1F

Tints of Red Oxide #541F1F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.23%

 BLUE value IS 31 (12.5% from 255) = 21.23%

R = 57.53%
G = 21.23%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#541F1F (or 0x541F1F) is known color: Red Oxide. HEX triplet: 54, 1F and 1F. RGB value is (84,31,31). Sum of RGB (Red+Green+Blue) = 84+31+31=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #541F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F1F is #ABE0E0. Grayscale: #2E2E2E. Windows color (decimal): -11264225 or 2039636. OLE color: 2039636.

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

Color convert

RGB 84 31 31 -
CMYK 0 0.63 0.63 0.67
HSL 0.46% 0.23% -
HSV(B) 0.63% 0.33% -
XYZ 4.39 2.96 1.64 -
YUV 46.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 84 31 31 0 0.63 0.63 0.67 0 0.46 0.23
Hex 54 1F 1F 0 3F 3F 43 0 2E 17
Octal 124 37 37 0 77 77 103 0 56 27
Binary 1010100 11111 11111 0 111111 111111 1000011 0 101110 10111

Color Harmonies of #541F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541F1F

Black with #541F1F

Text Example


Text Example

White with #541F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,31,31); }

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

background-color css

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

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

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

border-color css

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

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

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