Html Css Color HEX #950607 Sangria

📋 copy color: '#950607'

red 149 ◦ green 6 ◦ blue 7

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

Shades of Sangria #950607

Tints of Sangria #950607

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.7%

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

R = 91.98%
G = 3.7%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#950607 (or 0x950607) is known color: Sangria. HEX triplet: 95, 06 and 07. RGB value is (149,6,7). Sum of RGB (Red+Green+Blue) = 149+6+7=162 (21% of max value = 765). Red value is 149 (58.59% from 255 or 91.98% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 7 (3.12% from 255 or 4.32% from 162); Max value from RGB is 149 - color contains mainly: red. Hex color #950607 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950607 is #6AF9F8. Grayscale: #313131. Windows color (decimal): -7010809 or 460437. OLE color: 460437.

HSL color Cylindrical-coordinate representation of color #950607: hue angle of 359.58º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #950607 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 6 7 -
CMYK 0 0.96 0.95 0.42
HSL 359.58º 0.92% 0.3% -
HSV(B) 359.58º 0.96% 0.58% -
XYZ 12.5 6.54 0.8 -
YUV 48.87 104.38 199.42 -
System Red Green Blue C M Y K H S L
Decimal 149 6 7 0 0.96 0.95 0.42 359.58 0.92 0.3
Hex 95 6 7 0 60 5F 2A 168 5C 1E
Octal 225 6 7 0 140 137 52 550 134 36
Binary 10010101 110 111 0 1100000 1011111 101010 101101000 1011100 11110

Color Harmonies of #950607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950607

Black with #950607

Text Example


Text Example

White with #950607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950607; }

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

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

background-color css

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

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

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

border-color css

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

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

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