Html Css Color HEX #98023B Burgundy

📋 copy color: '#98023B'

red 152 ◦ green 2 ◦ blue 59

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

Shades of Burgundy #98023B

Tints of Burgundy #98023B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

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

R = 71.36%
G = 0.94%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#98023B (or 0x98023B) is known color: Burgundy. HEX triplet: 98, 02 and 3B. RGB value is (152,2,59). Sum of RGB (Red+Green+Blue) = 152+2+59=213 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.36% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 152 - color contains mainly: red. Hex color #98023B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98023B is #67FDC4. Grayscale: #353535. Windows color (decimal): -6815173 or 3867288. OLE color: 3867288.

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

Color convert

RGB 152 2 59 -
CMYK 0 0.99 0.61 0.40
HSL 337.2º 0.97% 0.3% -
HSV(B) 337.2º 0.99% 0.6% -
XYZ 13.76 7.03 4.77 -
YUV 53.35 131.2 198.37 -
System Red Green Blue C M Y K H S L
Decimal 152 2 59 0 0.99 0.61 0.40 337.2 0.97 0.3
Hex 98 2 3B 0 63 3D 28 151 61 1E
Octal 230 2 73 0 143 75 50 521 141 36
Binary 10011000 10 111011 0 1100011 111101 101000 101010001 1100001 11110

Color Harmonies of #98023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98023B

Black with #98023B

Text Example


Text Example

White with #98023B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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