Html Css Color HEX #950107 Sangria

📋 copy color: '#950107'

red 149 ◦ green 1 ◦ blue 7

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

Shades of Sangria #950107

Tints of Sangria #950107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.46%

R = 94.9%
G = 0.64%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#950107 (or 0x950107) is known color: Sangria. HEX triplet: 95, 01 and 07. RGB value is (149,1,7). Sum of RGB (Red+Green+Blue) = 149+1+7=157 (20% of max value = 765). Red value is 149 (58.59% from 255 or 94.90% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 149 - color contains mainly: red. Hex color #950107 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950107 is #6AFEF8. Grayscale: #2E2E2E. Windows color (decimal): -7012089 or 459157. OLE color: 459157.

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

Color convert

RGB 149 1 7 -
CMYK 0 0.99 0.95 0.42
HSL 357.57º 0.99% 0.29% -
HSV(B) 357.57º 0.99% 0.58% -
XYZ 12.44 6.43 0.79 -
YUV 45.94 106.03 201.51 -
System Red Green Blue C M Y K H S L
Decimal 149 1 7 0 0.99 0.95 0.42 357.57 0.99 0.29
Hex 95 1 7 0 63 5F 2A 166 63 1D
Octal 225 1 7 0 143 137 52 546 143 35
Binary 10010101 1 111 0 1100011 1011111 101010 101100110 1100011 11101

Color Harmonies of #950107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950107

Black with #950107

Text Example


Text Example

White with #950107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950107; }

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

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

background-color css

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

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

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

border-color css

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

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

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