Html Css Color HEX #98093C Burgundy

📋 copy color: '#98093C'

red 152 ◦ green 9 ◦ blue 60

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

Shades of Burgundy #98093C

Tints of Burgundy #98093C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.07%

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

R = 68.78%
G = 4.07%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#98093C (or 0x98093C) is known color: Burgundy. HEX triplet: 98, 09 and 3C. RGB value is (152,9,60). Sum of RGB (Red+Green+Blue) = 152+9+60=221 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.78% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 152 - color contains mainly: red. Hex color #98093C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98093C is #67F6C3. Grayscale: #393939. Windows color (decimal): -6813380 or 3934616. OLE color: 3934616.

HSL color Cylindrical-coordinate representation of color #98093C: hue angle of 338.6º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #98093C is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 9 60 -
CMYK 0 0.94 0.61 0.40
HSL 338.6º 0.89% 0.32% -
HSV(B) 338.6º 0.94% 0.6% -
XYZ 13.86 7.2 4.93 -
YUV 57.57 129.38 195.35 -
System Red Green Blue C M Y K H S L
Decimal 152 9 60 0 0.94 0.61 0.40 338.6 0.89 0.32
Hex 98 9 3C 0 5E 3D 28 153 59 20
Octal 230 11 74 0 136 75 50 523 131 40
Binary 10011000 1001 111100 0 1011110 111101 101000 101010011 1011001 100000

Color Harmonies of #98093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98093C

Black with #98093C

Text Example


Text Example

White with #98093C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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