Html Css Color HEX #950001 Sangria

📋 copy color: '#950001'

red 149 ◦ green 0 ◦ blue 1

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

Shades of Sangria #950001

Tints of Sangria #950001

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 1 (0.78% from 255) = 0.67%

R = 99.33%
G = 0%
B = 0.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#950001 (or 0x950001) is known color: Sangria. HEX triplet: 95, 00 and 01. RGB value is (149,0,1). Sum of RGB (Red+Green+Blue) = 149+0+1=150 (19% of max value = 765). Red value is 149 (58.59% from 255 or 99.33% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 149 - color contains mainly: red. Hex color #950001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950001 is #6AFFFE. Grayscale: #2C2C2C. Windows color (decimal): -7012351 or 65685. OLE color: 65685.

HSL color Cylindrical-coordinate representation of color #950001: hue angle of 359.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #950001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 0 1 -
CMYK 0 1 0.99 0.42
HSL 359.6º 1% 0.29% -
HSV(B) 359.6º 1% 0.58% -
XYZ 12.4 6.39 0.61 -
YUV 44.67 103.36 202.42 -
System Red Green Blue C M Y K H S L
Decimal 149 0 1 0 1 0.99 0.42 359.6 1 0.29
Hex 95 0 1 0 64 63 2A 168 64 1D
Octal 225 0 1 0 144 143 52 550 144 35
Binary 10010101 0 1 0 1100100 1100011 101010 101101000 1100100 11101

Color Harmonies of #950001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950001

Black with #950001

Text Example


Text Example

White with #950001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950001; }

 p { color: rgb(149,0,1); }

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

background-color css

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

 a { background-color: rgb(149,0,1); }

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

border-color css

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

 span { border-color: rgb(149,0,1); }

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