Html Css Color HEX #931002 Dark Red

📋 copy color: '#931002'

red 147 ◦ green 16 ◦ blue 2

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

Shades of Dark Red #931002

Tints of Dark Red #931002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.21%

R = 89.09%
G = 9.7%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#931002 (or 0x931002) is known color: Dark Red. HEX triplet: 93, 10 and 02. RGB value is (147,16,2). Sum of RGB (Red+Green+Blue) = 147+16+2=165 (21% of max value = 765). Red value is 147 (57.81% from 255 or 89.09% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 147 - color contains mainly: red. Hex color #931002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931002 is #6CEFFD. Grayscale: #353535. Windows color (decimal): -7139326 or 135315. OLE color: 135315.

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

Color convert

RGB 147 16 2 -
CMYK 0 0.89 0.99 0.42
HSL 5.79º 0.97% 0.29% -
HSV(B) 5.79º 0.99% 0.58% -
XYZ 12.23 6.58 0.68 -
YUV 53.57 98.9 194.64 -
System Red Green Blue C M Y K H S L
Decimal 147 16 2 0 0.89 0.99 0.42 5.79 0.97 0.29
Hex 93 10 2 0 59 63 2A 6 61 1D
Octal 223 20 2 0 131 143 52 6 141 35
Binary 10010011 10000 10 0 1011001 1100011 101010 110 1100001 11101

Color Harmonies of #931002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931002

Black with #931002

Text Example


Text Example

White with #931002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931002; }

 p { color: rgb(147,16,2); }

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

background-color css

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

 a { background-color: rgb(147,16,2); }

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

border-color css

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

 span { border-color: rgb(147,16,2); }

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