Html Css Color HEX #95130B Dark Red

📋 copy color: '#95130B'

red 149 ◦ green 19 ◦ blue 11

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

Shades of Dark Red #95130B

Tints of Dark Red #95130B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.61%

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

R = 83.24%
G = 10.61%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#95130B (or 0x95130B) is known color: Dark Red. HEX triplet: 95, 13 and 0B. RGB value is (149,19,11). Sum of RGB (Red+Green+Blue) = 149+19+11=179 (23% of max value = 765). Red value is 149 (58.59% from 255 or 83.24% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 149 - color contains mainly: red. Hex color #95130B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95130B is #6AECF4. Grayscale: #393939. Windows color (decimal): -7007477 or 725909. OLE color: 725909.

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

Color convert

RGB 149 19 11 -
CMYK 0 0.87 0.93 0.42
HSL 3.48º 0.86% 0.31% -
HSV(B) 3.48º 0.93% 0.58% -
XYZ 12.69 6.88 0.98 -
YUV 56.96 102.07 193.65 -
System Red Green Blue C M Y K H S L
Decimal 149 19 11 0 0.87 0.93 0.42 3.48 0.86 0.31
Hex 95 13 B 0 57 5D 2A 3 56 1F
Octal 225 23 13 0 127 135 52 3 126 37
Binary 10010101 10011 1011 0 1010111 1011101 101010 11 1010110 11111

Color Harmonies of #95130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95130B

Black with #95130B

Text Example


Text Example

White with #95130B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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