Html Css Color HEX #940736 Burgundy

📋 copy color: '#940736'

red 148 ◦ green 7 ◦ blue 54

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

Shades of Burgundy #940736

Tints of Burgundy #940736

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.35%

 BLUE value IS 54 (21.48% from 255) = 25.84%

R = 70.81%
G = 3.35%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#940736 (or 0x940736) is known color: Burgundy. HEX triplet: 94, 07 and 36. RGB value is (148,7,54). Sum of RGB (Red+Green+Blue) = 148+7+54=209 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.81% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 148 - color contains mainly: red. Hex color #940736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940736 is #6BF8C9. Grayscale: #363636. Windows color (decimal): -7076042 or 3540884. OLE color: 3540884.

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

Color convert

RGB 148 7 54 -
CMYK 0 0.95 0.64 0.42
HSL 340º 0.91% 0.3% -
HSV(B) 340º 0.95% 0.58% -
XYZ 12.95 6.71 4.1 -
YUV 54.52 127.71 194.68 -
System Red Green Blue C M Y K H S L
Decimal 148 7 54 0 0.95 0.64 0.42 340 0.91 0.3
Hex 94 7 36 0 5F 40 2A 154 5B 1E
Octal 224 7 66 0 137 100 52 524 133 36
Binary 10010100 111 110110 0 1011111 1000000 101010 101010100 1011011 11110

Color Harmonies of #940736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940736

Black with #940736

Text Example


Text Example

White with #940736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940736; }

 p { color: rgb(148,7,54); }

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

background-color css

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

 a { background-color: rgb(148,7,54); }

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

border-color css

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

 span { border-color: rgb(148,7,54); }

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