Html Css Color HEX #950731 Burgundy

📋 copy color: '#950731'

red 149 ◦ green 7 ◦ blue 49

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

Shades of Burgundy #950731

Tints of Burgundy #950731

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.41%

 BLUE value IS 49 (19.53% from 255) = 23.9%

R = 72.68%
G = 3.41%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#950731 (or 0x950731) is known color: Burgundy. HEX triplet: 95, 07 and 31. RGB value is (149,7,49). Sum of RGB (Red+Green+Blue) = 149+7+49=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #950731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950731 is #6AF8CE. Grayscale: #363636. Windows color (decimal): -7010511 or 3213205. OLE color: 3213205.

HSL color Cylindrical-coordinate representation of color #950731: hue angle of 342.25º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950731 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 7 49 -
CMYK 0 0.95 0.67 0.42
HSL 342.25º 0.91% 0.31% -
HSV(B) 342.25º 0.95% 0.58% -
XYZ 13.02 6.76 3.52 -
YUV 54.25 125.04 195.58 -
System Red Green Blue C M Y K H S L
Decimal 149 7 49 0 0.95 0.67 0.42 342.25 0.91 0.31
Hex 95 7 31 0 5F 43 2A 156 5B 1F
Octal 225 7 61 0 137 103 52 526 133 37
Binary 10010101 111 110001 0 1011111 1000011 101010 101010110 1011011 11111

Color Harmonies of #950731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950731

Black with #950731

Text Example


Text Example

White with #950731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950731; }

 p { color: rgb(149,7,49); }

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

background-color css

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

 a { background-color: rgb(149,7,49); }

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

border-color css

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

 span { border-color: rgb(149,7,49); }

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