Html Css Color HEX #950733 Burgundy

📋 copy color: '#950733'

red 149 ◦ green 7 ◦ blue 51

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

Shades of Burgundy #950733

Tints of Burgundy #950733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.64%

R = 71.98%
G = 3.38%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#950733 (or 0x950733) is known color: Burgundy. HEX triplet: 95, 07 and 33. RGB value is (149,7,51). Sum of RGB (Red+Green+Blue) = 149+7+51=207 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.98% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 149 - color contains mainly: red. Hex color #950733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950733 is #6AF8CC. Grayscale: #363636. Windows color (decimal): -7010509 or 3344277. OLE color: 3344277.

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

Color convert

RGB 149 7 51 -
CMYK 0 0.95 0.66 0.42
HSL 341.41º 0.91% 0.31% -
HSV(B) 341.41º 0.95% 0.58% -
XYZ 13.07 6.78 3.75 -
YUV 54.47 126.04 195.42 -
System Red Green Blue C M Y K H S L
Decimal 149 7 51 0 0.95 0.66 0.42 341.41 0.91 0.31
Hex 95 7 33 0 5F 42 2A 155 5B 1F
Octal 225 7 63 0 137 102 52 525 133 37
Binary 10010101 111 110011 0 1011111 1000010 101010 101010101 1011011 11111

Color Harmonies of #950733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950733

Black with #950733

Text Example


Text Example

White with #950733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950733; }

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

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

background-color css

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

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

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

border-color css

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

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

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