Html Css Color HEX #981B04 Dark Red

📋 copy color: '#981B04'

red 152 ◦ green 27 ◦ blue 4

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

Shades of Dark Red #981B04

Tints of Dark Red #981B04

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.75%

 BLUE value IS 4 (1.95% from 255) = 2.19%

R = 83.06%
G = 14.75%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#981B04 (or 0x981B04) is known color: Dark Red. HEX triplet: 98, 1B and 04. RGB value is (152,27,4). Sum of RGB (Red+Green+Blue) = 152+27+4=183 (24% of max value = 765). Red value is 152 (59.77% from 255 or 83.06% from 183); Green value is 27 (10.94% from 255 or 14.75% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 152 - color contains mainly: red. Hex color #981B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981B04 is #67E4FB. Grayscale: #3D3D3D. Windows color (decimal): -6808828 or 269208. OLE color: 269208.

HSL color Cylindrical-coordinate representation of color #981B04: hue angle of 9.32º degrees, saturation: 0.95, 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 #981B04 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 27 4 -
CMYK 0 0.82 0.97 0.40
HSL 9.32º 0.95% 0.31% -
HSV(B) 9.32º 0.97% 0.6% -
XYZ 13.36 7.47 0.85 -
YUV 61.75 95.41 192.37 -
System Red Green Blue C M Y K H S L
Decimal 152 27 4 0 0.82 0.97 0.40 9.32 0.95 0.31
Hex 98 1B 4 0 52 61 28 9 5F 1F
Octal 230 33 4 0 122 141 50 11 137 37
Binary 10011000 11011 100 0 1010010 1100001 101000 1001 1011111 11111

Color Harmonies of #981B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981B04

Black with #981B04

Text Example


Text Example

White with #981B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981B04; }

 p { color: rgb(152,27,4); }

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

background-color css

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

 a { background-color: rgb(152,27,4); }

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

border-color css

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

 span { border-color: rgb(152,27,4); }

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