Html Css Color HEX #95080A Sangria

📋 copy color: '#95080A'

red 149 ◦ green 8 ◦ blue 10

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

Shades of Sangria #95080A

Tints of Sangria #95080A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.99%

R = 89.22%
G = 4.79%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#95080A (or 0x95080A) is known color: Sangria. HEX triplet: 95, 08 and 0A. RGB value is (149,8,10). Sum of RGB (Red+Green+Blue) = 149+8+10=167 (22% of max value = 765). Red value is 149 (58.59% from 255 or 89.22% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 149 - color contains mainly: red. Hex color #95080A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95080A is #6AF7F5. Grayscale: #323232. Windows color (decimal): -7010294 or 657557. OLE color: 657557.

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

Color convert

RGB 149 8 10 -
CMYK 0 0.95 0.93 0.42
HSL 359.15º 0.9% 0.31% -
HSV(B) 359.15º 0.95% 0.58% -
XYZ 12.54 6.59 0.9 -
YUV 50.39 105.21 198.34 -
System Red Green Blue C M Y K H S L
Decimal 149 8 10 0 0.95 0.93 0.42 359.15 0.9 0.31
Hex 95 8 A 0 5F 5D 2A 167 5A 1F
Octal 225 10 12 0 137 135 52 547 132 37
Binary 10010101 1000 1010 0 1011111 1011101 101010 101100111 1011010 11111

Color Harmonies of #95080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95080A

Black with #95080A

Text Example


Text Example

White with #95080A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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