Html Css Color HEX #941009 Dark Red

📋 copy color: '#941009'

red 148 ◦ green 16 ◦ blue 9

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

Shades of Dark Red #941009

Tints of Dark Red #941009

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.25%

 BLUE value IS 9 (3.91% from 255) = 5.2%

R = 85.55%
G = 9.25%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#941009 (or 0x941009) is known color: Dark Red. HEX triplet: 94, 10 and 09. RGB value is (148,16,9). Sum of RGB (Red+Green+Blue) = 148+16+9=173 (22% of max value = 765). Red value is 148 (58.20% from 255 or 85.55% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 148 - color contains mainly: red. Hex color #941009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941009 is #6BEFF6. Grayscale: #363636. Windows color (decimal): -7073783 or 594068. OLE color: 594068.

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

Color convert

RGB 148 16 9 -
CMYK 0 0.89 0.94 0.42
HSL 3.02º 0.89% 0.31% -
HSV(B) 3.02º 0.94% 0.58% -
XYZ 12.45 6.69 0.89 -
YUV 54.67 102.23 194.57 -
System Red Green Blue C M Y K H S L
Decimal 148 16 9 0 0.89 0.94 0.42 3.02 0.89 0.31
Hex 94 10 9 0 59 5E 2A 3 59 1F
Octal 224 20 11 0 131 136 52 3 131 37
Binary 10010100 10000 1001 0 1011001 1011110 101010 11 1011001 11111

Color Harmonies of #941009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941009

Black with #941009

Text Example


Text Example

White with #941009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941009; }

 p { color: rgb(148,16,9); }

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

background-color css

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

 a { background-color: rgb(148,16,9); }

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

border-color css

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

 span { border-color: rgb(148,16,9); }

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