Html Css Color HEX #940535 Burgundy

📋 copy color: '#940535'

red 148 ◦ green 5 ◦ blue 53

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

Shades of Burgundy #940535

Tints of Burgundy #940535

RGB

 RED value IS 148 (58.2% from 255) = 71.84%

 GREEN value IS 5 (2.34% from 255) = 2.43%

 BLUE value IS 53 (21.09% from 255) = 25.73%

R = 71.84%
G = 2.43%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#940535 (or 0x940535) is known color: Burgundy. HEX triplet: 94, 05 and 35. RGB value is (148,5,53). Sum of RGB (Red+Green+Blue) = 148+5+53=206 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.84% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 148 - color contains mainly: red. Hex color #940535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940535 is #6BFACA. Grayscale: #353535. Windows color (decimal): -7076555 or 3474836. OLE color: 3474836.

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

Color convert

RGB 148 5 53 -
CMYK 0 0.97 0.64 0.42
HSL 339.86º 0.93% 0.3% -
HSV(B) 339.86º 0.97% 0.58% -
XYZ 12.91 6.66 3.97 -
YUV 53.23 127.88 195.6 -
System Red Green Blue C M Y K H S L
Decimal 148 5 53 0 0.97 0.64 0.42 339.86 0.93 0.3
Hex 94 5 35 0 61 40 2A 154 5D 1E
Octal 224 5 65 0 141 100 52 524 135 36
Binary 10010100 101 110101 0 1100001 1000000 101010 101010100 1011101 11110

Color Harmonies of #940535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940535

Black with #940535

Text Example


Text Example

White with #940535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940535; }

 p { color: rgb(148,5,53); }

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

background-color css

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

 a { background-color: rgb(148,5,53); }

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

border-color css

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

 span { border-color: rgb(148,5,53); }

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