Html Css Color HEX #93130A Dark Red

📋 copy color: '#93130A'

red 147 ◦ green 19 ◦ blue 10

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

Shades of Dark Red #93130A

Tints of Dark Red #93130A

RGB

 RED value IS 147 (57.81% from 255) = 83.52%

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

 BLUE value IS 10 (4.3% from 255) = 5.68%

R = 83.52%
G = 10.8%
B = 5.68%

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

#93130A (or 0x93130A) is known color: Dark Red. HEX triplet: 93, 13 and 0A. RGB value is (147,19,10). Sum of RGB (Red+Green+Blue) = 147+19+10=176 (23% of max value = 765). Red value is 147 (57.81% from 255 or 83.52% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 147 - color contains mainly: red. Hex color #93130A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93130A is #6CECF5. Grayscale: #383838. Windows color (decimal): -7138550 or 660371. OLE color: 660371.

HSL color Cylindrical-coordinate representation of color #93130A: hue angle of 3.94º degrees, saturation: 0.87, 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 #93130A is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 19 10 -
CMYK 0 0.87 0.93 0.42
HSL 3.94º 0.87% 0.31% -
HSV(B) 3.94º 0.93% 0.58% -
XYZ 12.32 6.69 0.93 -
YUV 56.25 101.91 192.73 -
System Red Green Blue C M Y K H S L
Decimal 147 19 10 0 0.87 0.93 0.42 3.94 0.87 0.31
Hex 93 13 A 0 57 5D 2A 4 57 1F
Octal 223 23 12 0 127 135 52 4 127 37
Binary 10010011 10011 1010 0 1010111 1011101 101010 100 1010111 11111

Color Harmonies of #93130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93130A

Black with #93130A

Text Example


Text Example

White with #93130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93130A; }

 p { color: rgb(147,19,10); }

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

background-color css

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

 a { background-color: rgb(147,19,10); }

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

border-color css

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

 span { border-color: rgb(147,19,10); }

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