Html Css Color HEX #930935 Burgundy

📋 copy color: '#930935'

red 147 ◦ green 9 ◦ blue 53

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

Shades of Burgundy #930935

Tints of Burgundy #930935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.31%

 BLUE value IS 53 (21.09% from 255) = 25.36%

R = 70.33%
G = 4.31%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#930935 (or 0x930935) is known color: Burgundy. HEX triplet: 93, 09 and 35. RGB value is (147,9,53). Sum of RGB (Red+Green+Blue) = 147+9+53=209 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70.33% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 147 - color contains mainly: red. Hex color #930935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930935 is #6CF6CA. Grayscale: #373737. Windows color (decimal): -7141067 or 3475859. OLE color: 3475859.

HSL color Cylindrical-coordinate representation of color #930935: hue angle of 340.87º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930935 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 9 53 -
CMYK 0 0.94 0.64 0.42
HSL 340.87º 0.88% 0.31% -
HSV(B) 340.87º 0.94% 0.58% -
XYZ 12.77 6.66 3.98 -
YUV 55.28 126.72 193.42 -
System Red Green Blue C M Y K H S L
Decimal 147 9 53 0 0.94 0.64 0.42 340.87 0.88 0.31
Hex 93 9 35 0 5E 40 2A 155 58 1F
Octal 223 11 65 0 136 100 52 525 130 37
Binary 10010011 1001 110101 0 1011110 1000000 101010 101010101 1011000 11111

Color Harmonies of #930935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930935

Black with #930935

Text Example


Text Example

White with #930935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930935; }

 p { color: rgb(147,9,53); }

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

background-color css

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

 a { background-color: rgb(147,9,53); }

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

border-color css

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

 span { border-color: rgb(147,9,53); }

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