Html Css Color HEX #950238 Burgundy

📋 copy color: '#950238'

red 149 ◦ green 2 ◦ blue 56

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

Shades of Burgundy #950238

Tints of Burgundy #950238

RGB

 RED value IS 149 (58.59% from 255) = 71.98%

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

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

R = 71.98%
G = 0.97%
B = 27.05%

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

#950238 (or 0x950238) is known color: Burgundy. HEX triplet: 95, 02 and 38. RGB value is (149,2,56). Sum of RGB (Red+Green+Blue) = 149+2+56=207 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.98% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 149 - color contains mainly: red. Hex color #950238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950238 is #6AFDC7. Grayscale: #343434. Windows color (decimal): -7011784 or 3670677. OLE color: 3670677.

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

Color convert

RGB 149 2 56 -
CMYK 0 0.99 0.62 0.42
HSL 337.96º 0.97% 0.3% -
HSV(B) 337.96º 0.99% 0.58% -
XYZ 13.13 6.72 4.35 -
YUV 52.11 130.2 197.11 -
System Red Green Blue C M Y K H S L
Decimal 149 2 56 0 0.99 0.62 0.42 337.96 0.97 0.3
Hex 95 2 38 0 63 3E 2A 152 61 1E
Octal 225 2 70 0 143 76 52 522 141 36
Binary 10010101 10 111000 0 1100011 111110 101010 101010010 1100001 11110

Color Harmonies of #950238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950238

Black with #950238

Text Example


Text Example

White with #950238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950238; }

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

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

background-color css

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

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

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

border-color css

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

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

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