Html Css Color HEX #930233 Burgundy

📋 copy color: '#930233'

red 147 ◦ green 2 ◦ blue 51

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

Shades of Burgundy #930233

Tints of Burgundy #930233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25.5%

R = 73.5%
G = 1%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#930233 (or 0x930233) is known color: Burgundy. HEX triplet: 93, 02 and 33. RGB value is (147,2,51). Sum of RGB (Red+Green+Blue) = 147+2+51=200 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 147 - color contains mainly: red. Hex color #930233 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930233 is #6CFDCC. Grayscale: #323232. Windows color (decimal): -7142861 or 3342995. OLE color: 3342995.

HSL color Cylindrical-coordinate representation of color #930233: hue angle of 339.72º 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 #930233 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 2 51 -
CMYK 0 0.99 0.65 0.42
HSL 339.72º 0.97% 0.29% -
HSV(B) 339.72º 0.99% 0.58% -
XYZ 12.65 6.49 3.72 -
YUV 50.94 128.04 196.52 -
System Red Green Blue C M Y K H S L
Decimal 147 2 51 0 0.99 0.65 0.42 339.72 0.97 0.29
Hex 93 2 33 0 63 41 2A 154 61 1D
Octal 223 2 63 0 143 101 52 524 141 35
Binary 10010011 10 110011 0 1100011 1000001 101010 101010100 1100001 11101

Color Harmonies of #930233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930233

Black with #930233

Text Example


Text Example

White with #930233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930233; }

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

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

background-color css

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

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

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

border-color css

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

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

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