Html Css Color HEX #98053B Burgundy

📋 copy color: '#98053B'

red 152 ◦ green 5 ◦ blue 59

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

Shades of Burgundy #98053B

Tints of Burgundy #98053B

RGB

 RED value IS 152 (59.77% from 255) = 70.37%

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

 BLUE value IS 59 (23.44% from 255) = 27.31%

R = 70.37%
G = 2.31%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#98053B (or 0x98053B) is known color: Burgundy. HEX triplet: 98, 05 and 3B. RGB value is (152,5,59). Sum of RGB (Red+Green+Blue) = 152+5+59=216 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.37% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 152 - color contains mainly: red. Hex color #98053B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98053B is #67FAC4. Grayscale: #373737. Windows color (decimal): -6814405 or 3868056. OLE color: 3868056.

HSL color Cylindrical-coordinate representation of color #98053B: hue angle of 337.96º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #98053B is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 5 59 -
CMYK 0 0.97 0.61 0.40
HSL 337.96º 0.94% 0.31% -
HSV(B) 337.96º 0.97% 0.6% -
XYZ 13.79 7.1 4.78 -
YUV 55.11 130.2 197.11 -
System Red Green Blue C M Y K H S L
Decimal 152 5 59 0 0.97 0.61 0.40 337.96 0.94 0.31
Hex 98 5 3B 0 61 3D 28 152 5E 1F
Octal 230 5 73 0 141 75 50 522 136 37
Binary 10011000 101 111011 0 1100001 111101 101000 101010010 1011110 11111

Color Harmonies of #98053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98053B

Black with #98053B

Text Example


Text Example

White with #98053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98053B; }

 p { color: rgb(152,5,59); }

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

background-color css

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

 a { background-color: rgb(152,5,59); }

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

border-color css

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

 span { border-color: rgb(152,5,59); }

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