Html Css Color HEX #931E00 Dark Red

📋 copy color: '#931E00'

red 147 ◦ green 30 ◦ blue 0

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

Shades of Dark Red #931E00

Tints of Dark Red #931E00

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.95%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.05%
G = 16.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#931E00 (or 0x931E00) is known color: Dark Red. HEX triplet: 93, 1E and 00. RGB value is (147,30,0). Sum of RGB (Red+Green+Blue) = 147+30+0=177 (23% of max value = 765). Red value is 147 (57.81% from 255 or 83.05% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 147 - color contains mainly: red. Hex color #931E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931E00 is #6CE1FF. Grayscale: #3D3D3D. Windows color (decimal): -7135744 or 7827. OLE color: 7827.

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

Color convert

RGB 147 30 0 -
CMYK 0 0.80 1 0.42
HSL 12.24º 1% 0.29% -
HSV(B) 12.24º 1% 0.58% -
XYZ 12.5 7.13 0.72 -
YUV 61.56 93.26 188.94 -
System Red Green Blue C M Y K H S L
Decimal 147 30 0 0 0.80 1 0.42 12.24 1 0.29
Hex 93 1E 0 0 50 64 2A C 64 1D
Octal 223 36 0 0 120 144 52 14 144 35
Binary 10010011 11110 0 0 1010000 1100100 101010 1100 1100100 11101

Color Harmonies of #931E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931E00

Black with #931E00

Text Example


Text Example

White with #931E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931E00; }

 p { color: rgb(147,30,0); }

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

background-color css

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

 a { background-color: rgb(147,30,0); }

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

border-color css

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

 span { border-color: rgb(147,30,0); }

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