Html Css Color HEX #941508 Dark Red

📋 copy color: '#941508'

red 148 ◦ green 21 ◦ blue 8

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

Shades of Dark Red #941508

Tints of Dark Red #941508

RGB

 RED value IS 148 (58.2% from 255) = 83.62%

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

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

R = 83.62%
G = 11.86%
B = 4.52%

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

#941508 (or 0x941508) is known color: Dark Red. HEX triplet: 94, 15 and 08. RGB value is (148,21,8). Sum of RGB (Red+Green+Blue) = 148+21+8=177 (23% of max value = 765). Red value is 148 (58.20% from 255 or 83.62% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 148 - color contains mainly: red. Hex color #941508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941508 is #6BEAF7. Grayscale: #393939. Windows color (decimal): -7072504 or 529812. OLE color: 529812.

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

Color convert

RGB 148 21 8 -
CMYK 0 0.86 0.95 0.42
HSL 5.57º 0.9% 0.31% -
HSV(B) 5.57º 0.95% 0.58% -
XYZ 12.52 6.85 0.89 -
YUV 57.49 100.08 192.56 -
System Red Green Blue C M Y K H S L
Decimal 148 21 8 0 0.86 0.95 0.42 5.57 0.9 0.31
Hex 94 15 8 0 56 5F 2A 6 5A 1F
Octal 224 25 10 0 126 137 52 6 132 37
Binary 10010100 10101 1000 0 1010110 1011111 101010 110 1011010 11111

Color Harmonies of #941508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941508

Black with #941508

Text Example


Text Example

White with #941508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941508; }

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

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

background-color css

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

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

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

border-color css

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

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

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