Html Css Color HEX #5F0303 Maroon

📋 copy color: '#5F0303'

red 95 ◦ green 3 ◦ blue 3

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

Shades of Maroon #5F0303

Tints of Maroon #5F0303

RGB

 RED value IS 95 (37.5% from 255) = 94.06%

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

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

R = 94.06%
G = 2.97%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.63

RGB Variations

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

Color information

#5F0303 (or 0x5F0303) is known color: Maroon. HEX triplet: 5F, 03 and 03. RGB value is (95,3,3). Sum of RGB (Red+Green+Blue) = 95+3+3=101 (13% of max value = 765). Red value is 95 (37.5% from 255 or 94.06% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0303 is #A0FCFC. Grayscale: #1E1E1E. Windows color (decimal): -10550525 or 197471. OLE color: 197471.

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

Color convert

RGB 95 3 3 -
CMYK 0 0.97 0.97 0.63
HSL 0.94% 0.19% -
HSV(B) 0.97% 0.37% -
XYZ 4.77 2.5 0.32 -
YUV 30.51 112.48 174 -
System Red Green Blue C M Y K H S L
Decimal 95 3 3 0 0.97 0.97 0.63 0 0.94 0.19
Hex 5F 3 3 0 61 61 3F 0 5E 13
Octal 137 3 3 0 141 141 77 0 136 23
Binary 1011111 11 11 0 1100001 1100001 111111 0 1011110 10011

Color Harmonies of #5F0303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0303

Black with #5F0303

Text Example


Text Example

White with #5F0303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,3,3); }

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

background-color css

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

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

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

border-color css

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

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

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