Html Css Color HEX #990238 Burgundy

📋 copy color: '#990238'

red 153 ◦ green 2 ◦ blue 56

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

Shades of Burgundy #990238

Tints of Burgundy #990238

RGB

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

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

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

R = 72.51%
G = 0.95%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#990238 (or 0x990238) is known color: Burgundy. HEX triplet: 99, 02 and 38. RGB value is (153,2,56). Sum of RGB (Red+Green+Blue) = 153+2+56=211 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.51% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 153 - color contains mainly: red. Hex color #990238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990238 is #66FDC7. Grayscale: #353535. Windows color (decimal): -6749640 or 3670681. OLE color: 3670681.

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

Color convert

RGB 153 2 56 -
CMYK 0 0.99 0.63 0.4
HSL 338.54º 0.97% 0.3% -
HSV(B) 338.54º 0.99% 0.6% -
XYZ 13.87 7.1 4.38 -
YUV 53.31 129.53 199.11 -
System Red Green Blue C M Y K H S L
Decimal 153 2 56 0 0.99 0.63 0.4 338.54 0.97 0.3
Hex 99 2 38 0 63 3F 28 153 61 1E
Octal 231 2 70 0 143 77 50 523 141 36
Binary 10011001 10 111000 0 1100011 111111 101000 101010011 1100001 11110

Color Harmonies of #990238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990238

Black with #990238

Text Example


Text Example

White with #990238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990238; }

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

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

background-color css

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

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

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

border-color css

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

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

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