Html Css Color HEX #930234 Burgundy

📋 copy color: '#930234'

red 147 ◦ green 2 ◦ blue 52

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

Shades of Burgundy #930234

Tints of Burgundy #930234

RGB

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

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

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

R = 73.13%
G = 1%
B = 25.87%

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

#930234 (or 0x930234) is known color: Burgundy. HEX triplet: 93, 02 and 34. RGB value is (147,2,52). Sum of RGB (Red+Green+Blue) = 147+2+52=201 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.13% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 147 - color contains mainly: red. Hex color #930234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930234 is #6CFDCB. Grayscale: #333333. Windows color (decimal): -7142860 or 3408531. OLE color: 3408531.

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

Color convert

RGB 147 2 52 -
CMYK 0 0.99 0.65 0.42
HSL 339.31º 0.97% 0.29% -
HSV(B) 339.31º 0.99% 0.58% -
XYZ 12.67 6.49 3.83 -
YUV 51.06 128.54 196.43 -
System Red Green Blue C M Y K H S L
Decimal 147 2 52 0 0.99 0.65 0.42 339.31 0.97 0.29
Hex 93 2 34 0 63 41 2A 153 61 1D
Octal 223 2 64 0 143 101 52 523 141 35
Binary 10010011 10 110100 0 1100011 1000001 101010 101010011 1100001 11101

Color Harmonies of #930234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930234

Black with #930234

Text Example


Text Example

White with #930234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930234; }

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

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

background-color css

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

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

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

border-color css

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

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

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