Html Css Color HEX #950234 Burgundy

📋 copy color: '#950234'

red 149 ◦ green 2 ◦ blue 52

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

Shades of Burgundy #950234

Tints of Burgundy #950234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 25.62%

R = 73.4%
G = 0.99%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#950234 (or 0x950234) is known color: Burgundy. HEX triplet: 95, 02 and 34. RGB value is (149,2,52). Sum of RGB (Red+Green+Blue) = 149+2+52=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #950234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950234 is #6AFDCB. Grayscale: #333333. Windows color (decimal): -7011788 or 3408533. OLE color: 3408533.

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

Color convert

RGB 149 2 52 -
CMYK 0 0.99 0.65 0.42
HSL 339.59º 0.97% 0.3% -
HSV(B) 339.59º 0.99% 0.58% -
XYZ 13.04 6.68 3.85 -
YUV 51.65 128.2 197.43 -
System Red Green Blue C M Y K H S L
Decimal 149 2 52 0 0.99 0.65 0.42 339.59 0.97 0.3
Hex 95 2 34 0 63 41 2A 154 61 1E
Octal 225 2 64 0 143 101 52 524 141 36
Binary 10010101 10 110100 0 1100011 1000001 101010 101010100 1100001 11110

Color Harmonies of #950234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950234

Black with #950234

Text Example


Text Example

White with #950234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950234; }

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

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

background-color css

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

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

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

border-color css

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

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

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