Html Css Color HEX #930138 Burgundy

📋 copy color: '#930138'

red 147 ◦ green 1 ◦ blue 56

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

Shades of Burgundy #930138

Tints of Burgundy #930138

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 72.06%
G = 0.49%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#930138 (or 0x930138) is known color: Burgundy. HEX triplet: 93, 01 and 38. RGB value is (147,1,56). Sum of RGB (Red+Green+Blue) = 147+1+56=204 (27% of max value = 765). Red value is 147 (57.81% from 255 or 72.06% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 147 - color contains mainly: red. Hex color #930138 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930138 is #6CFEC7. Grayscale: #323232. Windows color (decimal): -7143112 or 3670419. OLE color: 3670419.

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

Color convert

RGB 147 1 56 -
CMYK 0 0.99 0.62 0.42
HSL 337.4º 0.99% 0.29% -
HSV(B) 337.4º 0.99% 0.58% -
XYZ 12.76 6.51 4.33 -
YUV 50.92 130.87 196.53 -
System Red Green Blue C M Y K H S L
Decimal 147 1 56 0 0.99 0.62 0.42 337.4 0.99 0.29
Hex 93 1 38 0 63 3E 2A 151 63 1D
Octal 223 1 70 0 143 76 52 521 143 35
Binary 10010011 1 111000 0 1100011 111110 101010 101010001 1100011 11101

Color Harmonies of #930138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930138

Black with #930138

Text Example


Text Example

White with #930138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930138; }

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

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

background-color css

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

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

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

border-color css

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

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

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