Html Css Color HEX #980138 Burgundy

📋 copy color: '#980138'

red 152 ◦ green 1 ◦ blue 56

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

Shades of Burgundy #980138

Tints of Burgundy #980138

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

 BLUE value IS 56 (22.27% from 255) = 26.79%

R = 72.73%
G = 0.48%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.40

RGB Variations

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

Color information

#980138 (or 0x980138) is known color: Burgundy. HEX triplet: 98, 01 and 38. RGB value is (152,1,56). Sum of RGB (Red+Green+Blue) = 152+1+56=209 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.73% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 152 - color contains mainly: red. Hex color #980138 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980138 is #67FEC7. Grayscale: #343434. Windows color (decimal): -6815432 or 3670424. OLE color: 3670424.

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

Color convert

RGB 152 1 56 -
CMYK 0 0.99 0.63 0.40
HSL 338.15º 0.99% 0.3% -
HSV(B) 338.15º 0.99% 0.6% -
XYZ 13.67 6.98 4.37 -
YUV 52.42 130.03 199.03 -
System Red Green Blue C M Y K H S L
Decimal 152 1 56 0 0.99 0.63 0.40 338.15 0.99 0.3
Hex 98 1 38 0 63 3F 28 152 63 1E
Octal 230 1 70 0 143 77 50 522 143 36
Binary 10011000 1 111000 0 1100011 111111 101000 101010010 1100011 11110

Color Harmonies of #980138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980138

Black with #980138

Text Example


Text Example

White with #980138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980138; }

 p { color: rgb(152,1,56); }

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

background-color css

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

 a { background-color: rgb(152,1,56); }

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

border-color css

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

 span { border-color: rgb(152,1,56); }

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