Html Css Color HEX #930438 Burgundy

📋 copy color: '#930438'

red 147 ◦ green 4 ◦ blue 56

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

Shades of Burgundy #930438

Tints of Burgundy #930438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 27.05%

R = 71.01%
G = 1.93%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#930438 (or 0x930438) is known color: Burgundy. HEX triplet: 93, 04 and 38. RGB value is (147,4,56). Sum of RGB (Red+Green+Blue) = 147+4+56=207 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.01% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 147 - color contains mainly: red. Hex color #930438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930438 is #6CFBC7. Grayscale: #343434. Windows color (decimal): -7142344 or 3671187. OLE color: 3671187.

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

Color convert

RGB 147 4 56 -
CMYK 0 0.97 0.62 0.42
HSL 338.18º 0.95% 0.3% -
HSV(B) 338.18º 0.97% 0.58% -
XYZ 12.79 6.58 4.34 -
YUV 52.69 129.88 195.27 -
System Red Green Blue C M Y K H S L
Decimal 147 4 56 0 0.97 0.62 0.42 338.18 0.95 0.3
Hex 93 4 38 0 61 3E 2A 152 5F 1E
Octal 223 4 70 0 141 76 52 522 137 36
Binary 10010011 100 111000 0 1100001 111110 101010 101010010 1011111 11110

Color Harmonies of #930438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930438

Black with #930438

Text Example


Text Example

White with #930438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930438; }

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

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

background-color css

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

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

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

border-color css

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

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

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