Html Css Color HEX #930239 Burgundy

📋 copy color: '#930239'

red 147 ◦ green 2 ◦ blue 57

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

Shades of Burgundy #930239

Tints of Burgundy #930239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

 BLUE value IS 57 (22.66% from 255) = 27.67%

R = 71.36%
G = 0.97%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#930239 (or 0x930239) is known color: Burgundy. HEX triplet: 93, 02 and 39. RGB value is (147,2,57). Sum of RGB (Red+Green+Blue) = 147+2+57=206 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.36% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 147 - color contains mainly: red. Hex color #930239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930239 is #6CFDC6. Grayscale: #333333. Windows color (decimal): -7142855 or 3736211. OLE color: 3736211.

HSL color Cylindrical-coordinate representation of color #930239: hue angle of 337.24º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #930239 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 2 57 -
CMYK 0 0.99 0.61 0.42
HSL 337.24º 0.97% 0.29% -
HSV(B) 337.24º 0.99% 0.58% -
XYZ 12.79 6.54 4.46 -
YUV 51.63 131.04 196.03 -
System Red Green Blue C M Y K H S L
Decimal 147 2 57 0 0.99 0.61 0.42 337.24 0.97 0.29
Hex 93 2 39 0 63 3D 2A 151 61 1D
Octal 223 2 71 0 143 75 52 521 141 35
Binary 10010011 10 111001 0 1100011 111101 101010 101010001 1100001 11101

Color Harmonies of #930239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930239

Black with #930239

Text Example


Text Example

White with #930239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930239; }

 p { color: rgb(147,2,57); }

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

background-color css

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

 a { background-color: rgb(147,2,57); }

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

border-color css

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

 span { border-color: rgb(147,2,57); }

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