Html Css Color HEX #541308 Red Oxide

📋 copy color: '#541308'

red 84 ◦ green 19 ◦ blue 8

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

Shades of Red Oxide #541308

Tints of Red Oxide #541308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.12%

 BLUE value IS 8 (3.52% from 255) = 7.21%

R = 75.68%
G = 17.12%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#541308 (or 0x541308) is known color: Red Oxide. HEX triplet: 54, 13 and 08. RGB value is (84,19,8). Sum of RGB (Red+Green+Blue) = 84+19+8=111 (14% of max value = 765). Red value is 84 (33.20% from 255 or 75.68% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 8 (3.52% from 255 or 7.21% from 111); Max value from RGB is 84 - color contains mainly: red. Hex color #541308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541308 is #ABECF7. Grayscale: #252525. Windows color (decimal): -11267320 or 529236. OLE color: 529236.

HSL color Cylindrical-coordinate representation of color #541308: hue angle of 8.68º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #541308 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 19 8 -
CMYK 0 0.77 0.90 0.67
HSL 8.68º 0.83% 0.18% -
HSV(B) 8.68º 0.9% 0.33% -
XYZ 3.93 2.37 0.48 -
YUV 37.18 111.53 161.39 -
System Red Green Blue C M Y K H S L
Decimal 84 19 8 0 0.77 0.90 0.67 8.68 0.83 0.18
Hex 54 13 8 0 4D 5A 43 9 53 12
Octal 124 23 10 0 115 132 103 11 123 22
Binary 1010100 10011 1000 0 1001101 1011010 1000011 1001 1010011 10010

Color Harmonies of #541308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541308

Black with #541308

Text Example


Text Example

White with #541308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541308; }

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

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

background-color css

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

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

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

border-color css

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

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

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