Html Css Color HEX #98053C Burgundy

📋 copy color: '#98053C'

red 152 ◦ green 5 ◦ blue 60

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

Shades of Burgundy #98053C

Tints of Burgundy #98053C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.65%

R = 70.05%
G = 2.3%
B = 27.65%

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

#98053C (or 0x98053C) is known color: Burgundy. HEX triplet: 98, 05 and 3C. RGB value is (152,5,60). Sum of RGB (Red+Green+Blue) = 152+5+60=217 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.05% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 152 - color contains mainly: red. Hex color #98053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98053C is #67FAC3. Grayscale: #373737. Windows color (decimal): -6814404 or 3933592. OLE color: 3933592.

HSL color Cylindrical-coordinate representation of color #98053C: hue angle of 337.55º 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 #98053C is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 5 60 -
CMYK 0 0.97 0.61 0.40
HSL 337.55º 0.94% 0.31% -
HSV(B) 337.55º 0.97% 0.6% -
XYZ 13.82 7.11 4.92 -
YUV 55.22 130.7 197.03 -
System Red Green Blue C M Y K H S L
Decimal 152 5 60 0 0.97 0.61 0.40 337.55 0.94 0.31
Hex 98 5 3C 0 61 3D 28 152 5E 1F
Octal 230 5 74 0 141 75 50 522 136 37
Binary 10011000 101 111100 0 1100001 111101 101000 101010010 1011110 11111

Color Harmonies of #98053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98053C

Black with #98053C

Text Example


Text Example

White with #98053C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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