Html Css Color HEX #940238 Burgundy

📋 copy color: '#940238'

red 148 ◦ green 2 ◦ blue 56

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

Shades of Burgundy #940238

Tints of Burgundy #940238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 27.18%

R = 71.84%
G = 0.97%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#940238 (or 0x940238) is known color: Burgundy. HEX triplet: 94, 02 and 38. RGB value is (148,2,56). Sum of RGB (Red+Green+Blue) = 148+2+56=206 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.84% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 148 - color contains mainly: red. Hex color #940238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940238 is #6BFDC7. Grayscale: #333333. Windows color (decimal): -7077320 or 3670676. OLE color: 3670676.

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

Color convert

RGB 148 2 56 -
CMYK 0 0.99 0.62 0.42
HSL 337.81º 0.97% 0.29% -
HSV(B) 337.81º 0.99% 0.58% -
XYZ 12.95 6.62 4.34 -
YUV 51.81 130.37 196.61 -
System Red Green Blue C M Y K H S L
Decimal 148 2 56 0 0.99 0.62 0.42 337.81 0.97 0.29
Hex 94 2 38 0 63 3E 2A 152 61 1D
Octal 224 2 70 0 143 76 52 522 141 35
Binary 10010100 10 111000 0 1100011 111110 101010 101010010 1100001 11101

Color Harmonies of #940238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940238

Black with #940238

Text Example


Text Example

White with #940238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940238; }

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

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

background-color css

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

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

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

border-color css

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

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

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