Html Css Color HEX #950405 Sangria

📋 copy color: '#950405'

red 149 ◦ green 4 ◦ blue 5

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

Shades of Sangria #950405

Tints of Sangria #950405

RGB

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

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

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

R = 94.3%
G = 2.53%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#950405 (or 0x950405) is known color: Sangria. HEX triplet: 95, 04 and 05. RGB value is (149,4,5). Sum of RGB (Red+Green+Blue) = 149+4+5=158 (20% of max value = 765). Red value is 149 (58.59% from 255 or 94.30% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 149 - color contains mainly: red. Hex color #950405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950405 is #6AFBFA. Grayscale: #2F2F2F. Windows color (decimal): -7011323 or 328853. OLE color: 328853.

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

Color convert

RGB 149 4 5 -
CMYK 0 0.97 0.97 0.42
HSL 359.59º 0.95% 0.3% -
HSV(B) 359.59º 0.97% 0.58% -
XYZ 12.47 6.49 0.74 -
YUV 47.47 104.04 200.42 -
System Red Green Blue C M Y K H S L
Decimal 149 4 5 0 0.97 0.97 0.42 359.59 0.95 0.3
Hex 95 4 5 0 61 61 2A 168 5F 1E
Octal 225 4 5 0 141 141 52 550 137 36
Binary 10010101 100 101 0 1100001 1100001 101010 101101000 1011111 11110

Color Harmonies of #950405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950405

Black with #950405

Text Example


Text Example

White with #950405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950405; }

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

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

background-color css

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

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

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

border-color css

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

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

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