Html Css Color HEX #541010 Red Oxide

📋 copy color: '#541010'

red 84 ◦ green 16 ◦ blue 16

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

Shades of Red Oxide #541010

Tints of Red Oxide #541010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.79%

 BLUE value IS 16 (6.64% from 255) = 13.79%

R = 72.41%
G = 13.79%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#541010 (or 0x541010) is known color: Red Oxide. HEX triplet: 54, 10 and 10. RGB value is (84,16,16). Sum of RGB (Red+Green+Blue) = 84+16+16=116 (15% of max value = 765). Red value is 84 (33.20% from 255 or 72.41% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 84 - color contains mainly: red. Hex color #541010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541010 is #ABEFEF. Grayscale: #242424. Windows color (decimal): -11268080 or 1052756. OLE color: 1052756.

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

Color convert

RGB 84 16 16 -
CMYK 0 0.81 0.81 0.67
HSL 0.68% 0.2% -
HSV(B) 0.81% 0.33% -
XYZ 3.93 2.29 0.73 -
YUV 36.33 116.53 162 -
System Red Green Blue C M Y K H S L
Decimal 84 16 16 0 0.81 0.81 0.67 0 0.68 0.2
Hex 54 10 10 0 51 51 43 0 44 14
Octal 124 20 20 0 121 121 103 0 104 24
Binary 1010100 10000 10000 0 1010001 1010001 1000011 0 1000100 10100

Color Harmonies of #541010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541010

Black with #541010

Text Example


Text Example

White with #541010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541010; }

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

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

background-color css

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

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

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

border-color css

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

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

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