Html Css Color HEX #950105 Sangria

📋 copy color: '#950105'

red 149 ◦ green 1 ◦ blue 5

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

Shades of Sangria #950105

Tints of Sangria #950105

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 5 (2.34% from 255) = 3.23%

R = 96.13%
G = 0.65%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#950105 (or 0x950105) is known color: Sangria. HEX triplet: 95, 01 and 05. RGB value is (149,1,5). Sum of RGB (Red+Green+Blue) = 149+1+5=155 (20% of max value = 765). Red value is 149 (58.59% from 255 or 96.13% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 149 - color contains mainly: red. Hex color #950105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950105 is #6AFEFA. Grayscale: #2D2D2D. Windows color (decimal): -7012091 or 328085. OLE color: 328085.

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

Color convert

RGB 149 1 5 -
CMYK 0 0.99 0.97 0.42
HSL 358.38º 0.99% 0.29% -
HSV(B) 358.38º 0.99% 0.58% -
XYZ 12.43 6.42 0.73 -
YUV 45.71 105.03 201.67 -
System Red Green Blue C M Y K H S L
Decimal 149 1 5 0 0.99 0.97 0.42 358.38 0.99 0.29
Hex 95 1 5 0 63 61 2A 166 63 1D
Octal 225 1 5 0 143 141 52 546 143 35
Binary 10010101 1 101 0 1100011 1100001 101010 101100110 1100011 11101

Color Harmonies of #950105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950105

Black with #950105

Text Example


Text Example

White with #950105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950105; }

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

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

background-color css

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

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

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

border-color css

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

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

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