Html Css Color HEX #95010B Sangria

📋 copy color: '#95010B'

red 149 ◦ green 1 ◦ blue 11

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

Shades of Sangria #95010B

Tints of Sangria #95010B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

 BLUE value IS 11 (4.69% from 255) = 6.83%

R = 92.55%
G = 0.62%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#95010B (or 0x95010B) is known color: Sangria. HEX triplet: 95, 01 and 0B. RGB value is (149,1,11). Sum of RGB (Red+Green+Blue) = 149+1+11=161 (21% of max value = 765). Red value is 149 (58.59% from 255 or 92.55% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 149 - color contains mainly: red. Hex color #95010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95010B is #6AFEF4. Grayscale: #2E2E2E. Windows color (decimal): -7012085 or 721301. OLE color: 721301.

HSL color Cylindrical-coordinate representation of color #95010B: hue angle of 355.95º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95010B is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 1 11 -
CMYK 0 0.99 0.93 0.42
HSL 355.95º 0.99% 0.29% -
HSV(B) 355.95º 0.99% 0.58% -
XYZ 12.47 6.44 0.9 -
YUV 46.39 108.03 201.19 -
System Red Green Blue C M Y K H S L
Decimal 149 1 11 0 0.99 0.93 0.42 355.95 0.99 0.29
Hex 95 1 B 0 63 5D 2A 164 63 1D
Octal 225 1 13 0 143 135 52 544 143 35
Binary 10010101 1 1011 0 1100011 1011101 101010 101100100 1100011 11101

Color Harmonies of #95010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95010B

Black with #95010B

Text Example


Text Example

White with #95010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95010B; }

 p { color: rgb(149,1,11); }

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

background-color css

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

 a { background-color: rgb(149,1,11); }

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

border-color css

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

 span { border-color: rgb(149,1,11); }

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