Html Css Color HEX #930F34 Burgundy

📋 copy color: '#930F34'

red 147 ◦ green 15 ◦ blue 52

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

Shades of Burgundy #930F34

Tints of Burgundy #930F34

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.01%

 BLUE value IS 52 (20.7% from 255) = 24.3%

R = 68.69%
G = 7.01%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#930F34 (or 0x930F34) is known color: Burgundy. HEX triplet: 93, 0F and 34. RGB value is (147,15,52). Sum of RGB (Red+Green+Blue) = 147+15+52=214 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.69% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 147 - color contains mainly: red. Hex color #930F34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930F34 is #6CF0CB. Grayscale: #3A3A3A. Windows color (decimal): -7139532 or 3411859. OLE color: 3411859.

HSL color Cylindrical-coordinate representation of color #930F34: hue angle of 343.18º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #930F34 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 15 52 -
CMYK 0 0.90 0.65 0.42
HSL 343.18º 0.81% 0.32% -
HSV(B) 343.18º 0.9% 0.58% -
XYZ 12.82 6.79 3.88 -
YUV 58.69 124.23 190.99 -
System Red Green Blue C M Y K H S L
Decimal 147 15 52 0 0.90 0.65 0.42 343.18 0.81 0.32
Hex 93 F 34 0 5A 41 2A 157 51 20
Octal 223 17 64 0 132 101 52 527 121 40
Binary 10010011 1111 110100 0 1011010 1000001 101010 101010111 1010001 100000

Color Harmonies of #930F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930F34

Black with #930F34

Text Example


Text Example

White with #930F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,15,52); }

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

background-color css

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

 a { background-color: rgb(147,15,52); }

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

border-color css

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

 span { border-color: rgb(147,15,52); }

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