Html Css Color HEX #951508 Dark Red

📋 copy color: '#951508'

red 149 ◦ green 21 ◦ blue 8

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

Shades of Dark Red #951508

Tints of Dark Red #951508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.8%

 BLUE value IS 8 (3.52% from 255) = 4.49%

R = 83.71%
G = 11.8%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#951508 (or 0x951508) is known color: Dark Red. HEX triplet: 95, 15 and 08. RGB value is (149,21,8). Sum of RGB (Red+Green+Blue) = 149+21+8=178 (23% of max value = 765). Red value is 149 (58.59% from 255 or 83.71% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 149 - color contains mainly: red. Hex color #951508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951508 is #6AEAF7. Grayscale: #393939. Windows color (decimal): -7006968 or 529813. OLE color: 529813.

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

Color convert

RGB 149 21 8 -
CMYK 0 0.86 0.95 0.42
HSL 5.53º 0.9% 0.31% -
HSV(B) 5.53º 0.95% 0.58% -
XYZ 12.71 6.94 0.9 -
YUV 57.79 99.91 193.06 -
System Red Green Blue C M Y K H S L
Decimal 149 21 8 0 0.86 0.95 0.42 5.53 0.9 0.31
Hex 95 15 8 0 56 5F 2A 6 5A 1F
Octal 225 25 10 0 126 137 52 6 132 37
Binary 10010101 10101 1000 0 1010110 1011111 101010 110 1011010 11111

Color Harmonies of #951508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951508

Black with #951508

Text Example


Text Example

White with #951508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951508; }

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

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

background-color css

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

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

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

border-color css

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

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

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