Html Css Color HEX #950330 Burgundy

📋 copy color: '#950330'

red 149 ◦ green 3 ◦ blue 48

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

Shades of Burgundy #950330

Tints of Burgundy #950330

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.5%

 BLUE value IS 48 (19.14% from 255) = 24%

R = 74.5%
G = 1.5%
B = 24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#950330 (or 0x950330) is known color: Burgundy. HEX triplet: 95, 03 and 30. RGB value is (149,3,48). Sum of RGB (Red+Green+Blue) = 149+3+48=200 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.5% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 149 - color contains mainly: red. Hex color #950330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950330 is #6AFCCF. Grayscale: #333333. Windows color (decimal): -7011536 or 3146645. OLE color: 3146645.

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

Color convert

RGB 149 3 48 -
CMYK 0 0.98 0.68 0.42
HSL 341.51º 0.96% 0.3% -
HSV(B) 341.51º 0.98% 0.58% -
XYZ 12.96 6.67 3.4 -
YUV 51.78 125.87 197.34 -
System Red Green Blue C M Y K H S L
Decimal 149 3 48 0 0.98 0.68 0.42 341.51 0.96 0.3
Hex 95 3 30 0 62 44 2A 156 60 1E
Octal 225 3 60 0 142 104 52 526 140 36
Binary 10010101 11 110000 0 1100010 1000100 101010 101010110 1100000 11110

Color Harmonies of #950330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950330

Black with #950330

Text Example


Text Example

White with #950330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950330; }

 p { color: rgb(149,3,48); }

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

background-color css

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

 a { background-color: rgb(149,3,48); }

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

border-color css

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

 span { border-color: rgb(149,3,48); }

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