Html Css Color HEX #940232 Burgundy

📋 copy color: '#940232'

red 148 ◦ green 2 ◦ blue 50

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

Shades of Burgundy #940232

Tints of Burgundy #940232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 25%

R = 74%
G = 1%
B = 25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#940232 (or 0x940232) is known color: Burgundy. HEX triplet: 94, 02 and 32. RGB value is (148,2,50). Sum of RGB (Red+Green+Blue) = 148+2+50=200 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 148 - color contains mainly: red. Hex color #940232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940232 is #6BFDCD. Grayscale: #333333. Windows color (decimal): -7077326 or 3277460. OLE color: 3277460.

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

Color convert

RGB 148 2 50 -
CMYK 0 0.99 0.66 0.42
HSL 340.27º 0.97% 0.29% -
HSV(B) 340.27º 0.99% 0.58% -
XYZ 12.81 6.57 3.61 -
YUV 51.13 127.37 197.1 -
System Red Green Blue C M Y K H S L
Decimal 148 2 50 0 0.99 0.66 0.42 340.27 0.97 0.29
Hex 94 2 32 0 63 42 2A 154 61 1D
Octal 224 2 62 0 143 102 52 524 141 35
Binary 10010100 10 110010 0 1100011 1000010 101010 101010100 1100001 11101

Color Harmonies of #940232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940232

Black with #940232

Text Example


Text Example

White with #940232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940232; }

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

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

background-color css

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

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

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

border-color css

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

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

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