Html Css Color HEX #950207 Sangria

📋 copy color: '#950207'

red 149 ◦ green 2 ◦ blue 7

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

Shades of Sangria #950207

Tints of Sangria #950207

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

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

R = 94.3%
G = 1.27%
B = 4.43%

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

#950207 (or 0x950207) is known color: Sangria. HEX triplet: 95, 02 and 07. RGB value is (149,2,7). Sum of RGB (Red+Green+Blue) = 149+2+7=158 (20% of max value = 765). Red value is 149 (58.59% from 255 or 94.30% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 149 - color contains mainly: red. Hex color #950207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950207 is #6AFDF8. Grayscale: #2E2E2E. Windows color (decimal): -7011833 or 459413. OLE color: 459413.

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

Color convert

RGB 149 2 7 -
CMYK 0 0.99 0.95 0.42
HSL 357.96º 0.97% 0.3% -
HSV(B) 357.96º 0.99% 0.58% -
XYZ 12.45 6.45 0.79 -
YUV 46.52 105.7 201.09 -
System Red Green Blue C M Y K H S L
Decimal 149 2 7 0 0.99 0.95 0.42 357.96 0.97 0.3
Hex 95 2 7 0 63 5F 2A 166 61 1E
Octal 225 2 7 0 143 137 52 546 141 36
Binary 10010101 10 111 0 1100011 1011111 101010 101100110 1100001 11110

Color Harmonies of #950207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950207

Black with #950207

Text Example


Text Example

White with #950207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950207; }

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

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

background-color css

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

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

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

border-color css

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

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

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