Html Css Color HEX #540F0F Red Oxide

📋 copy color: '#540F0F'

red 84 ◦ green 15 ◦ blue 15

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

Shades of Red Oxide #540F0F

Tints of Red Oxide #540F0F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 13.16%

 BLUE value IS 15 (6.25% from 255) = 13.16%

R = 73.68%
G = 13.16%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#540F0F (or 0x540F0F) is known color: Red Oxide. HEX triplet: 54, 0F and 0F. RGB value is (84,15,15). Sum of RGB (Red+Green+Blue) = 84+15+15=114 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.68% from 114); Green value is 15 (6.25% from 255 or 13.16% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 84 - color contains mainly: red. Hex color #540F0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540F0F is #ABF0F0. Grayscale: #232323. Windows color (decimal): -11268337 or 986964. OLE color: 986964.

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

Color convert

RGB 84 15 15 -
CMYK 0 0.82 0.82 0.67
HSL 0.7% 0.19% -
HSV(B) 0.82% 0.33% -
XYZ 3.91 2.26 0.68 -
YUV 35.63 116.36 162.5 -
System Red Green Blue C M Y K H S L
Decimal 84 15 15 0 0.82 0.82 0.67 0 0.7 0.19
Hex 54 F F 0 52 52 43 0 46 13
Octal 124 17 17 0 122 122 103 0 106 23
Binary 1010100 1111 1111 0 1010010 1010010 1000011 0 1000110 10011

Color Harmonies of #540F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540F0F

Black with #540F0F

Text Example


Text Example

White with #540F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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