Html Css Color HEX #930B36 Burgundy

📋 copy color: '#930B36'

red 147 ◦ green 11 ◦ blue 54

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

Shades of Burgundy #930B36

Tints of Burgundy #930B36

RGB

 RED value IS 147 (57.81% from 255) = 69.34%

 GREEN value IS 11 (4.69% from 255) = 5.19%

 BLUE value IS 54 (21.48% from 255) = 25.47%

R = 69.34%
G = 5.19%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#930B36 (or 0x930B36) is known color: Burgundy. HEX triplet: 93, 0B and 36. RGB value is (147,11,54). Sum of RGB (Red+Green+Blue) = 147+11+54=212 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.34% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 147 - color contains mainly: red. Hex color #930B36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930B36 is #6CF4C9. Grayscale: #383838. Windows color (decimal): -7140554 or 3541907. OLE color: 3541907.

HSL color Cylindrical-coordinate representation of color #930B36: hue angle of 341.03º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930B36 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 11 54 -
CMYK 0 0.93 0.63 0.42
HSL 341.03º 0.86% 0.31% -
HSV(B) 341.03º 0.93% 0.58% -
XYZ 12.82 6.71 4.11 -
YUV 56.57 126.56 192.5 -
System Red Green Blue C M Y K H S L
Decimal 147 11 54 0 0.93 0.63 0.42 341.03 0.86 0.31
Hex 93 B 36 0 5D 3F 2A 155 56 1F
Octal 223 13 66 0 135 77 52 525 126 37
Binary 10010011 1011 110110 0 1011101 111111 101010 101010101 1010110 11111

Color Harmonies of #930B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930B36

Black with #930B36

Text Example


Text Example

White with #930B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930B36; }

 p { color: rgb(147,11,54); }

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

background-color css

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

 a { background-color: rgb(147,11,54); }

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

border-color css

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

 span { border-color: rgb(147,11,54); }

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