Html Css Color HEX #950430 Burgundy

📋 copy color: '#950430'

red 149 ◦ green 4 ◦ blue 48

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

Shades of Burgundy #950430

Tints of Burgundy #950430

RGB

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

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

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

R = 74.13%
G = 1.99%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#950430 (or 0x950430) is known color: Burgundy. HEX triplet: 95, 04 and 30. RGB value is (149,4,48). Sum of RGB (Red+Green+Blue) = 149+4+48=201 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.13% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 149 - color contains mainly: red. Hex color #950430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950430 is #6AFBCF. Grayscale: #343434. Windows color (decimal): -7011280 or 3146901. OLE color: 3146901.

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

Color convert

RGB 149 4 48 -
CMYK 0 0.97 0.68 0.42
HSL 341.79º 0.95% 0.3% -
HSV(B) 341.79º 0.97% 0.58% -
XYZ 12.97 6.69 3.4 -
YUV 52.37 125.54 196.92 -
System Red Green Blue C M Y K H S L
Decimal 149 4 48 0 0.97 0.68 0.42 341.79 0.95 0.3
Hex 95 4 30 0 61 44 2A 156 5F 1E
Octal 225 4 60 0 141 104 52 526 137 36
Binary 10010101 100 110000 0 1100001 1000100 101010 101010110 1011111 11110

Color Harmonies of #950430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950430

Black with #950430

Text Example


Text Example

White with #950430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950430; }

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

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

background-color css

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

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

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

border-color css

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

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

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