Html Css Color HEX #541008 Red Oxide

📋 copy color: '#541008'

red 84 ◦ green 16 ◦ blue 8

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

Shades of Red Oxide #541008

Tints of Red Oxide #541008

RGB

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

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

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

R = 77.78%
G = 14.81%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#541008 (or 0x541008) is known color: Red Oxide. HEX triplet: 54, 10 and 08. RGB value is (84,16,8). Sum of RGB (Red+Green+Blue) = 84+16+8=108 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.78% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 84 - color contains mainly: red. Hex color #541008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541008 is #ABEFF7. Grayscale: #232323. Windows color (decimal): -11268088 or 528468. OLE color: 528468.

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

Color convert

RGB 84 16 8 -
CMYK 0 0.81 0.90 0.67
HSL 6.32º 0.83% 0.18% -
HSV(B) 6.32º 0.9% 0.33% -
XYZ 3.89 2.27 0.46 -
YUV 35.42 112.53 162.65 -
System Red Green Blue C M Y K H S L
Decimal 84 16 8 0 0.81 0.90 0.67 6.32 0.83 0.18
Hex 54 10 8 0 51 5A 43 6 53 12
Octal 124 20 10 0 121 132 103 6 123 22
Binary 1010100 10000 1000 0 1010001 1011010 1000011 110 1010011 10010

Color Harmonies of #541008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541008

Black with #541008

Text Example


Text Example

White with #541008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541008; }

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

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

background-color css

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

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

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

border-color css

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

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

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