Html Css Color HEX #541502 Red Oxide

📋 copy color: '#541502'

red 84 ◦ green 21 ◦ blue 2

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

Shades of Red Oxide #541502

Tints of Red Oxide #541502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.63%

 BLUE value IS 2 (1.17% from 255) = 1.87%

R = 78.5%
G = 19.63%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#541502 (or 0x541502) is known color: Red Oxide. HEX triplet: 54, 15 and 02. RGB value is (84,21,2). Sum of RGB (Red+Green+Blue) = 84+21+2=107 (14% of max value = 765). Red value is 84 (33.20% from 255 or 78.50% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 84 - color contains mainly: red. Hex color #541502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541502 is #ABEAFD. Grayscale: #252525. Windows color (decimal): -11266814 or 136532. OLE color: 136532.

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

Color convert

RGB 84 21 2 -
CMYK 0 0.75 0.98 0.67
HSL 13.9º 0.95% 0.17% -
HSV(B) 13.9º 0.98% 0.33% -
XYZ 3.94 2.43 0.32 -
YUV 37.67 107.87 161.04 -
System Red Green Blue C M Y K H S L
Decimal 84 21 2 0 0.75 0.98 0.67 13.9 0.95 0.17
Hex 54 15 2 0 4B 62 43 E 5F 11
Octal 124 25 2 0 113 142 103 16 137 21
Binary 1010100 10101 10 0 1001011 1100010 1000011 1110 1011111 10001

Color Harmonies of #541502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541502

Black with #541502

Text Example


Text Example

White with #541502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541502; }

 p { color: rgb(84,21,2); }

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

background-color css

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

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

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

border-color css

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

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

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