Html Css Color HEX #950307 Sangria

📋 copy color: '#950307'

red 149 ◦ green 3 ◦ blue 7

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

Shades of Sangria #950307

Tints of Sangria #950307

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.89%

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

R = 93.71%
G = 1.89%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#950307 (or 0x950307) is known color: Sangria. HEX triplet: 95, 03 and 07. RGB value is (149,3,7). Sum of RGB (Red+Green+Blue) = 149+3+7=159 (21% of max value = 765). Red value is 149 (58.59% from 255 or 93.71% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 149 - color contains mainly: red. Hex color #950307 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950307 is #6AFCF8. Grayscale: #2F2F2F. Windows color (decimal): -7011577 or 459669. OLE color: 459669.

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

Color convert

RGB 149 3 7 -
CMYK 0 0.98 0.95 0.42
HSL 358.36º 0.96% 0.3% -
HSV(B) 358.36º 0.98% 0.58% -
XYZ 12.47 6.47 0.79 -
YUV 47.11 105.37 200.67 -
System Red Green Blue C M Y K H S L
Decimal 149 3 7 0 0.98 0.95 0.42 358.36 0.96 0.3
Hex 95 3 7 0 62 5F 2A 166 60 1E
Octal 225 3 7 0 142 137 52 546 140 36
Binary 10010101 11 111 0 1100010 1011111 101010 101100110 1100000 11110

Color Harmonies of #950307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950307

Black with #950307

Text Example


Text Example

White with #950307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950307; }

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

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

background-color css

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

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

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

border-color css

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

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

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