Html Css Color HEX #98023C Burgundy

📋 copy color: '#98023C'

red 152 ◦ green 2 ◦ blue 60

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

Shades of Burgundy #98023C

Tints of Burgundy #98023C

RGB

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

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

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

R = 71.03%
G = 0.93%
B = 28.04%

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

#98023C (or 0x98023C) is known color: Burgundy. HEX triplet: 98, 02 and 3C. RGB value is (152,2,60). Sum of RGB (Red+Green+Blue) = 152+2+60=214 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.03% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 152 - color contains mainly: red. Hex color #98023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98023C is #67FDC3. Grayscale: #353535. Windows color (decimal): -6815172 or 3932824. OLE color: 3932824.

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

Color convert

RGB 152 2 60 -
CMYK 0 0.99 0.61 0.40
HSL 336.8º 0.97% 0.3% -
HSV(B) 336.8º 0.99% 0.6% -
XYZ 13.79 7.05 4.91 -
YUV 53.46 131.7 198.28 -
System Red Green Blue C M Y K H S L
Decimal 152 2 60 0 0.99 0.61 0.40 336.8 0.97 0.3
Hex 98 2 3C 0 63 3D 28 151 61 1E
Octal 230 2 74 0 143 75 50 521 141 36
Binary 10011000 10 111100 0 1100011 111101 101000 101010001 1100001 11110

Color Harmonies of #98023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98023C

Black with #98023C

Text Example


Text Example

White with #98023C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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