Html Css Color HEX #9B003B Burgundy

📋 copy color: '#9B003B'

red 155 ◦ green 0 ◦ blue 59

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

Shades of Burgundy #9B003B

Tints of Burgundy #9B003B

RGB

 RED value IS 155 (60.94% from 255) = 72.43%

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

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

R = 72.43%
G = 0%
B = 27.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.39

RGB Variations

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

Color information

#9B003B (or 0x9B003B) is known color: Burgundy. HEX triplet: 9B, 00 and 3B. RGB value is (155,0,59). Sum of RGB (Red+Green+Blue) = 155+0+59=214 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.43% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 155 - color contains mainly: red. Hex color #9B003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B003B is #64FFC4. Grayscale: #343434. Windows color (decimal): -6619077 or 3866779. OLE color: 3866779.

HSL color Cylindrical-coordinate representation of color #9B003B: hue angle of 337.16º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B003B is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 0 59 -
CMYK 0 1 0.62 0.39
HSL 337.16º 1% 0.3% -
HSV(B) 337.16º 1% 0.61% -
XYZ 14.31 7.28 4.79 -
YUV 53.07 131.35 200.7 -
System Red Green Blue C M Y K H S L
Decimal 155 0 59 0 1 0.62 0.39 337.16 1 0.3
Hex 9B 0 3B 0 64 3E 27 151 64 1E
Octal 233 0 73 0 144 76 47 521 144 36
Binary 10011011 0 111011 0 1100100 111110 100111 101010001 1100100 11110

Color Harmonies of #9B003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B003B

Black with #9B003B

Text Example


Text Example

White with #9B003B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B003B; }

 p { color: rgb(155,0,59); }

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

background-color css

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

 a { background-color: rgb(155,0,59); }

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

border-color css

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

 span { border-color: rgb(155,0,59); }

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