Html Css Color HEX #5D0503 Maroon

📋 copy color: '#5D0503'

red 93 ◦ green 5 ◦ blue 3

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

Shades of Maroon #5D0503

Tints of Maroon #5D0503

RGB

 RED value IS 93 (36.72% from 255) = 92.08%

 GREEN value IS 5 (2.34% from 255) = 4.95%

 BLUE value IS 3 (1.56% from 255) = 2.97%

R = 92.08%
G = 4.95%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.64

RGB Variations

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

Color information

#5D0503 (or 0x5D0503) is known color: Maroon. HEX triplet: 5D, 05 and 03. RGB value is (93,5,3). Sum of RGB (Red+Green+Blue) = 93+5+3=101 (13% of max value = 765). Red value is 93 (36.72% from 255 or 92.08% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0503 is #A2FAFC. Grayscale: #1F1F1F. Windows color (decimal): -10681085 or 197981. OLE color: 197981.

HSL color Cylindrical-coordinate representation of color #5D0503: hue angle of 1.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D0503 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 5 3 -
CMYK 0 0.95 0.97 0.64
HSL 1.33º 0.94% 0.19% -
HSV(B) 1.33º 0.97% 0.36% -
XYZ 4.58 2.44 0.32 -
YUV 31.08 112.15 172.16 -
System Red Green Blue C M Y K H S L
Decimal 93 5 3 0 0.95 0.97 0.64 1.33 0.94 0.19
Hex 5D 5 3 0 5F 61 40 1 5E 13
Octal 135 5 3 0 137 141 100 1 136 23
Binary 1011101 101 11 0 1011111 1100001 1000000 1 1011110 10011

Color Harmonies of #5D0503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0503

Black with #5D0503

Text Example


Text Example

White with #5D0503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D0503; }

 p { color: rgb(93,5,3); }

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

background-color css

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

 a { background-color: rgb(93,5,3); }

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

border-color css

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

 span { border-color: rgb(93,5,3); }

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