Html Css Color HEX #940235 Burgundy

📋 copy color: '#940235'

red 148 ◦ green 2 ◦ blue 53

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

Shades of Burgundy #940235

Tints of Burgundy #940235

RGB

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

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

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

R = 72.91%
G = 0.99%
B = 26.11%

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

#940235 (or 0x940235) is known color: Burgundy. HEX triplet: 94, 02 and 35. RGB value is (148,2,53). Sum of RGB (Red+Green+Blue) = 148+2+53=203 (26% of max value = 765). Red value is 148 (58.20% from 255 or 72.91% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 148 - color contains mainly: red. Hex color #940235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940235 is #6BFDCA. Grayscale: #333333. Windows color (decimal): -7077323 or 3474068. OLE color: 3474068.

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

Color convert

RGB 148 2 53 -
CMYK 0 0.99 0.64 0.42
HSL 339.04º 0.97% 0.29% -
HSV(B) 339.04º 0.99% 0.58% -
XYZ 12.88 6.6 3.96 -
YUV 51.47 128.87 196.85 -
System Red Green Blue C M Y K H S L
Decimal 148 2 53 0 0.99 0.64 0.42 339.04 0.97 0.29
Hex 94 2 35 0 63 40 2A 153 61 1D
Octal 224 2 65 0 143 100 52 523 141 35
Binary 10010100 10 110101 0 1100011 1000000 101010 101010011 1100001 11101

Color Harmonies of #940235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940235

Black with #940235

Text Example


Text Example

White with #940235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940235; }

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

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

background-color css

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

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

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

border-color css

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

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

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