Html Css Color HEX #990038 Burgundy

📋 copy color: '#990038'

red 153 ◦ green 0 ◦ blue 56

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

Shades of Burgundy #990038

Tints of Burgundy #990038

RGB

 RED value IS 153 (60.16% from 255) = 73.21%

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

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

R = 73.21%
G = 0%
B = 26.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#990038 (or 0x990038) is known color: Burgundy. HEX triplet: 99, 00 and 38. RGB value is (153,0,56). Sum of RGB (Red+Green+Blue) = 153+0+56=209 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.21% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 153 - color contains mainly: red. Hex color #990038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990038 is #66FFC7. Grayscale: #343434. Windows color (decimal): -6750152 or 3670169. OLE color: 3670169.

HSL color Cylindrical-coordinate representation of color #990038: hue angle of 338.04º 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 #990038 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 0 56 -
CMYK 0 1 0.63 0.4
HSL 338.04º 1% 0.3% -
HSV(B) 338.04º 1% 0.6% -
XYZ 13.85 7.06 4.37 -
YUV 52.13 130.19 199.95 -
System Red Green Blue C M Y K H S L
Decimal 153 0 56 0 1 0.63 0.4 338.04 1 0.3
Hex 99 0 38 0 64 3F 28 152 64 1E
Octal 231 0 70 0 144 77 50 522 144 36
Binary 10011001 0 111000 0 1100100 111111 101000 101010010 1100100 11110

Color Harmonies of #990038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990038

Black with #990038

Text Example


Text Example

White with #990038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990038; }

 p { color: rgb(153,0,56); }

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

background-color css

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

 a { background-color: rgb(153,0,56); }

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

border-color css

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

 span { border-color: rgb(153,0,56); }

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