Html Css Color HEX #981405 Dark Red

📋 copy color: '#981405'

red 152 ◦ green 20 ◦ blue 5

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

Shades of Dark Red #981405

Tints of Dark Red #981405

RGB

 RED value IS 152 (59.77% from 255) = 85.88%

 GREEN value IS 20 (8.2% from 255) = 11.3%

 BLUE value IS 5 (2.34% from 255) = 2.82%

R = 85.88%
G = 11.3%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#981405 (or 0x981405) is known color: Dark Red. HEX triplet: 98, 14 and 05. RGB value is (152,20,5). Sum of RGB (Red+Green+Blue) = 152+20+5=177 (23% of max value = 765). Red value is 152 (59.77% from 255 or 85.88% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 152 - color contains mainly: red. Hex color #981405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981405 is #67EBFA. Grayscale: #393939. Windows color (decimal): -6810619 or 332952. OLE color: 332952.

HSL color Cylindrical-coordinate representation of color #981405: hue angle of 6.12º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #981405 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 20 5 -
CMYK 0 0.87 0.97 0.40
HSL 6.12º 0.94% 0.31% -
HSV(B) 6.12º 0.97% 0.6% -
XYZ 13.23 7.19 0.83 -
YUV 57.76 98.23 195.22 -
System Red Green Blue C M Y K H S L
Decimal 152 20 5 0 0.87 0.97 0.40 6.12 0.94 0.31
Hex 98 14 5 0 57 61 28 6 5E 1F
Octal 230 24 5 0 127 141 50 6 136 37
Binary 10011000 10100 101 0 1010111 1100001 101000 110 1011110 11111

Color Harmonies of #981405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981405

Black with #981405

Text Example


Text Example

White with #981405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981405; }

 p { color: rgb(152,20,5); }

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

background-color css

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

 a { background-color: rgb(152,20,5); }

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

border-color css

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

 span { border-color: rgb(152,20,5); }

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