Html Css Color HEX #950812 Sangria

📋 copy color: '#950812'

red 149 ◦ green 8 ◦ blue 18

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

Shades of Sangria #950812

Tints of Sangria #950812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.57%

 BLUE value IS 18 (7.42% from 255) = 10.29%

R = 85.14%
G = 4.57%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#950812 (or 0x950812) is known color: Sangria. HEX triplet: 95, 08 and 12. RGB value is (149,8,18). Sum of RGB (Red+Green+Blue) = 149+8+18=175 (23% of max value = 765). Red value is 149 (58.59% from 255 or 85.14% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 149 - color contains mainly: red. Hex color #950812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950812 is #6AF7ED. Grayscale: #333333. Windows color (decimal): -7010286 or 1181845. OLE color: 1181845.

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

Color convert

RGB 149 8 18 -
CMYK 0 0.95 0.88 0.42
HSL 355.74º 0.9% 0.31% -
HSV(B) 355.74º 0.95% 0.58% -
XYZ 12.59 6.61 1.18 -
YUV 51.3 109.21 197.69 -
System Red Green Blue C M Y K H S L
Decimal 149 8 18 0 0.95 0.88 0.42 355.74 0.9 0.31
Hex 95 8 12 0 5F 58 2A 164 5A 1F
Octal 225 10 22 0 137 130 52 544 132 37
Binary 10010101 1000 10010 0 1011111 1011000 101010 101100100 1011010 11111

Color Harmonies of #950812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950812

Black with #950812

Text Example


Text Example

White with #950812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950812; }

 p { color: rgb(149,8,18); }

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

background-color css

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

 a { background-color: rgb(149,8,18); }

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

border-color css

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

 span { border-color: rgb(149,8,18); }

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