Html Css Color HEX #950435 Burgundy

📋 copy color: '#950435'

red 149 ◦ green 4 ◦ blue 53

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

Shades of Burgundy #950435

Tints of Burgundy #950435

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.94%

 BLUE value IS 53 (21.09% from 255) = 25.73%

R = 72.33%
G = 1.94%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#950435 (or 0x950435) is known color: Burgundy. HEX triplet: 95, 04 and 35. RGB value is (149,4,53). Sum of RGB (Red+Green+Blue) = 149+4+53=206 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.33% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 149 - color contains mainly: red. Hex color #950435 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950435 is #6AFBCA. Grayscale: #343434. Windows color (decimal): -7011275 or 3474581. OLE color: 3474581.

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

Color convert

RGB 149 4 53 -
CMYK 0 0.97 0.64 0.42
HSL 339.72º 0.95% 0.3% -
HSV(B) 339.72º 0.97% 0.58% -
XYZ 13.08 6.73 3.98 -
YUV 52.94 128.04 196.52 -
System Red Green Blue C M Y K H S L
Decimal 149 4 53 0 0.97 0.64 0.42 339.72 0.95 0.3
Hex 95 4 35 0 61 40 2A 154 5F 1E
Octal 225 4 65 0 141 100 52 524 137 36
Binary 10010101 100 110101 0 1100001 1000000 101010 101010100 1011111 11110

Color Harmonies of #950435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950435

Black with #950435

Text Example


Text Example

White with #950435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950435; }

 p { color: rgb(149,4,53); }

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

background-color css

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

 a { background-color: rgb(149,4,53); }

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

border-color css

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

 span { border-color: rgb(149,4,53); }

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