Html Css Color HEX #990C3B Burgundy

📋 copy color: '#990C3B'

red 153 ◦ green 12 ◦ blue 59

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

Shades of Burgundy #990C3B

Tints of Burgundy #990C3B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.36%

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

R = 68.3%
G = 5.36%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#990C3B (or 0x990C3B) is known color: Burgundy. HEX triplet: 99, 0C and 3B. RGB value is (153,12,59). Sum of RGB (Red+Green+Blue) = 153+12+59=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #990C3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990C3B is #66F3C4. Grayscale: #3B3B3B. Windows color (decimal): -6747077 or 3869849. OLE color: 3869849.

HSL color Cylindrical-coordinate representation of color #990C3B: hue angle of 340º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990C3B is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 12 59 -
CMYK 0 0.92 0.61 0.4
HSL 340º 0.85% 0.32% -
HSV(B) 340º 0.92% 0.6% -
XYZ 14.06 7.35 4.82 -
YUV 59.52 127.71 194.68 -
System Red Green Blue C M Y K H S L
Decimal 153 12 59 0 0.92 0.61 0.4 340 0.85 0.32
Hex 99 C 3B 0 5C 3D 28 154 55 20
Octal 231 14 73 0 134 75 50 524 125 40
Binary 10011001 1100 111011 0 1011100 111101 101000 101010100 1010101 100000

Color Harmonies of #990C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990C3B

Black with #990C3B

Text Example


Text Example

White with #990C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990C3B; }

 p { color: rgb(153,12,59); }

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

background-color css

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

 a { background-color: rgb(153,12,59); }

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

border-color css

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

 span { border-color: rgb(153,12,59); }

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