Html Css Color HEX #95080F Sangria

📋 copy color: '#95080F'

red 149 ◦ green 8 ◦ blue 15

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

Shades of Sangria #95080F

Tints of Sangria #95080F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.72%

R = 86.63%
G = 4.65%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#95080F (or 0x95080F) is known color: Sangria. HEX triplet: 95, 08 and 0F. RGB value is (149,8,15). Sum of RGB (Red+Green+Blue) = 149+8+15=172 (22% of max value = 765). Red value is 149 (58.59% from 255 or 86.63% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 149 - color contains mainly: red. Hex color #95080F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95080F is #6AF7F0. Grayscale: #333333. Windows color (decimal): -7010289 or 985237. OLE color: 985237.

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

Color convert

RGB 149 8 15 -
CMYK 0 0.95 0.90 0.42
HSL 357.02º 0.9% 0.31% -
HSV(B) 357.02º 0.95% 0.58% -
XYZ 12.57 6.6 1.06 -
YUV 50.96 107.71 197.93 -
System Red Green Blue C M Y K H S L
Decimal 149 8 15 0 0.95 0.90 0.42 357.02 0.9 0.31
Hex 95 8 F 0 5F 5A 2A 165 5A 1F
Octal 225 10 17 0 137 132 52 545 132 37
Binary 10010101 1000 1111 0 1011111 1011010 101010 101100101 1011010 11111

Color Harmonies of #95080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95080F

Black with #95080F

Text Example


Text Example

White with #95080F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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