Html Css Color HEX #940236 Burgundy

📋 copy color: '#940236'

red 148 ◦ green 2 ◦ blue 54

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

Shades of Burgundy #940236

Tints of Burgundy #940236

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

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

R = 72.55%
G = 0.98%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#940236 (or 0x940236) is known color: Burgundy. HEX triplet: 94, 02 and 36. RGB value is (148,2,54). Sum of RGB (Red+Green+Blue) = 148+2+54=204 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.55% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 148 - color contains mainly: red. Hex color #940236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940236 is #6BFDC9. Grayscale: #333333. Windows color (decimal): -7077322 or 3539604. OLE color: 3539604.

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

Color convert

RGB 148 2 54 -
CMYK 0 0.99 0.64 0.42
HSL 338.63º 0.97% 0.29% -
HSV(B) 338.63º 0.99% 0.58% -
XYZ 12.9 6.61 4.09 -
YUV 51.58 129.37 196.77 -
System Red Green Blue C M Y K H S L
Decimal 148 2 54 0 0.99 0.64 0.42 338.63 0.97 0.29
Hex 94 2 36 0 63 40 2A 153 61 1D
Octal 224 2 66 0 143 100 52 523 141 35
Binary 10010100 10 110110 0 1100011 1000000 101010 101010011 1100001 11101

Color Harmonies of #940236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940236

Black with #940236

Text Example


Text Example

White with #940236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940236; }

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

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

background-color css

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

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

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

border-color css

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

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

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