Html Css Color HEX #950038 Burgundy

📋 copy color: '#950038'

red 149 ◦ green 0 ◦ blue 56

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

Shades of Burgundy #950038

Tints of Burgundy #950038

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 72.68%
G = 0%
B = 27.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#950038 (or 0x950038) is known color: Burgundy. HEX triplet: 95, 00 and 38. RGB value is (149,0,56). Sum of RGB (Red+Green+Blue) = 149+0+56=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #950038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950038 is #6AFFC7. Grayscale: #323232. Windows color (decimal): -7012296 or 3670165. OLE color: 3670165.

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

Color convert

RGB 149 0 56 -
CMYK 0 1 0.62 0.42
HSL 337.45º 1% 0.29% -
HSV(B) 337.45º 1% 0.58% -
XYZ 13.11 6.68 4.34 -
YUV 50.94 130.86 197.95 -
System Red Green Blue C M Y K H S L
Decimal 149 0 56 0 1 0.62 0.42 337.45 1 0.29
Hex 95 0 38 0 64 3E 2A 151 64 1D
Octal 225 0 70 0 144 76 52 521 144 35
Binary 10010101 0 111000 0 1100100 111110 101010 101010001 1100100 11101

Color Harmonies of #950038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950038

Black with #950038

Text Example


Text Example

White with #950038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950038; }

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

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

background-color css

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

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

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

border-color css

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

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

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