Html Css Color HEX #95080E Sangria

📋 copy color: '#95080E'

red 149 ◦ green 8 ◦ blue 14

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

Shades of Sangria #95080E

Tints of Sangria #95080E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.19%

R = 87.13%
G = 4.68%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#95080E (or 0x95080E) is known color: Sangria. HEX triplet: 95, 08 and 0E. RGB value is (149,8,14). Sum of RGB (Red+Green+Blue) = 149+8+14=171 (22% of max value = 765). Red value is 149 (58.59% from 255 or 87.13% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 149 - color contains mainly: red. Hex color #95080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95080E is #6AF7F1. Grayscale: #323232. Windows color (decimal): -7010290 or 919701. OLE color: 919701.

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

Color convert

RGB 149 8 14 -
CMYK 0 0.95 0.91 0.42
HSL 357.45º 0.9% 0.31% -
HSV(B) 357.45º 0.95% 0.58% -
XYZ 12.56 6.59 1.03 -
YUV 50.84 107.21 198.01 -
System Red Green Blue C M Y K H S L
Decimal 149 8 14 0 0.95 0.91 0.42 357.45 0.9 0.31
Hex 95 8 E 0 5F 5B 2A 165 5A 1F
Octal 225 10 16 0 137 133 52 545 132 37
Binary 10010101 1000 1110 0 1011111 1011011 101010 101100101 1011010 11111

Color Harmonies of #95080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95080E

Black with #95080E

Text Example


Text Example

White with #95080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95080E; }

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

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

background-color css

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

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

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

border-color css

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

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

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