Html Css Color HEX #541710 Red Oxide

📋 copy color: '#541710'

red 84 ◦ green 23 ◦ blue 16

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

Shades of Red Oxide #541710

Tints of Red Oxide #541710

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.7%

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

R = 68.29%
G = 18.7%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#541710 (or 0x541710) is known color: Red Oxide. HEX triplet: 54, 17 and 10. RGB value is (84,23,16). Sum of RGB (Red+Green+Blue) = 84+23+16=123 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.29% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 84 - color contains mainly: red. Hex color #541710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541710 is #ABE8EF. Grayscale: #282828. Windows color (decimal): -11266288 or 1054548. OLE color: 1054548.

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

Color convert

RGB 84 23 16 -
CMYK 0 0.73 0.81 0.67
HSL 6.18º 0.68% 0.2% -
HSV(B) 6.18º 0.81% 0.33% -
XYZ 4.06 2.54 0.77 -
YUV 40.44 114.21 159.07 -
System Red Green Blue C M Y K H S L
Decimal 84 23 16 0 0.73 0.81 0.67 6.18 0.68 0.2
Hex 54 17 10 0 49 51 43 6 44 14
Octal 124 27 20 0 111 121 103 6 104 24
Binary 1010100 10111 10000 0 1001001 1010001 1000011 110 1000100 10100

Color Harmonies of #541710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541710

Black with #541710

Text Example


Text Example

White with #541710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541710; }

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

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

background-color css

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

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

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

border-color css

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

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

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