Html Css Color HEX #980035 Burgundy

📋 copy color: '#980035'

red 152 ◦ green 0 ◦ blue 53

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

Shades of Burgundy #980035

Tints of Burgundy #980035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 53 (21.09% from 255) = 25.85%

R = 74.15%
G = 0%
B = 25.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#980035 (or 0x980035) is known color: Burgundy. HEX triplet: 98, 00 and 35. RGB value is (152,0,53). Sum of RGB (Red+Green+Blue) = 152+0+53=205 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.15% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 152 - color contains mainly: red. Hex color #980035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980035 is #67FFCA. Grayscale: #333333. Windows color (decimal): -6815691 or 3473560. OLE color: 3473560.

HSL color Cylindrical-coordinate representation of color #980035: hue angle of 339.08º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980035 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 0 53 -
CMYK 0 1 0.65 0.40
HSL 339.08º 1% 0.3% -
HSV(B) 339.08º 1% 0.6% -
XYZ 13.59 6.93 3.99 -
YUV 51.49 128.86 199.69 -
System Red Green Blue C M Y K H S L
Decimal 152 0 53 0 1 0.65 0.40 339.08 1 0.3
Hex 98 0 35 0 64 41 28 153 64 1E
Octal 230 0 65 0 144 101 50 523 144 36
Binary 10011000 0 110101 0 1100100 1000001 101000 101010011 1100100 11110

Color Harmonies of #980035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980035

Black with #980035

Text Example


Text Example

White with #980035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980035; }

 p { color: rgb(152,0,53); }

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

background-color css

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

 a { background-color: rgb(152,0,53); }

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

border-color css

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

 span { border-color: rgb(152,0,53); }

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