Html Css Color HEX #930432 Burgundy

📋 copy color: '#930432'

red 147 ◦ green 4 ◦ blue 50

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

Shades of Burgundy #930432

Tints of Burgundy #930432

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.99%

 BLUE value IS 50 (19.92% from 255) = 24.88%

R = 73.13%
G = 1.99%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#930432 (or 0x930432) is known color: Burgundy. HEX triplet: 93, 04 and 32. RGB value is (147,4,50). Sum of RGB (Red+Green+Blue) = 147+4+50=201 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.13% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 147 - color contains mainly: red. Hex color #930432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930432 is #6CFBCD. Grayscale: #333333. Windows color (decimal): -7142350 or 3277971. OLE color: 3277971.

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

Color convert

RGB 147 4 50 -
CMYK 0 0.97 0.66 0.42
HSL 340.7º 0.95% 0.3% -
HSV(B) 340.7º 0.97% 0.58% -
XYZ 12.65 6.52 3.61 -
YUV 52 126.88 195.76 -
System Red Green Blue C M Y K H S L
Decimal 147 4 50 0 0.97 0.66 0.42 340.7 0.95 0.3
Hex 93 4 32 0 61 42 2A 155 5F 1E
Octal 223 4 62 0 141 102 52 525 137 36
Binary 10010011 100 110010 0 1100001 1000010 101010 101010101 1011111 11110

Color Harmonies of #930432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930432

Black with #930432

Text Example


Text Example

White with #930432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930432; }

 p { color: rgb(147,4,50); }

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

background-color css

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

 a { background-color: rgb(147,4,50); }

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

border-color css

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

 span { border-color: rgb(147,4,50); }

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