Html Css Color HEX #981312 Falu Red

📋 copy color: '#981312'

red 152 ◦ green 19 ◦ blue 18

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

Shades of Falu Red #981312

Tints of Falu Red #981312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.52%

R = 80.42%
G = 10.05%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#981312 (or 0x981312) is known color: Falu Red. HEX triplet: 98, 13 and 12. RGB value is (152,19,18). Sum of RGB (Red+Green+Blue) = 152+19+18=189 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80.42% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 152 - color contains mainly: red. Hex color #981312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981312 is #67ECED. Grayscale: #3A3A3A. Windows color (decimal): -6810862 or 1184664. OLE color: 1184664.

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

Color convert

RGB 152 19 18 -
CMYK 0 0.87 0.88 0.40
HSL 0.45º 0.79% 0.33% -
HSV(B) 0.45º 0.88% 0.6% -
XYZ 13.29 7.18 1.26 -
YUV 58.65 105.06 194.58 -
System Red Green Blue C M Y K H S L
Decimal 152 19 18 0 0.87 0.88 0.40 0.45 0.79 0.33
Hex 98 13 12 0 57 58 28 0 4F 21
Octal 230 23 22 0 127 130 50 0 117 41
Binary 10011000 10011 10010 0 1010111 1011000 101000 0 1001111 100001

Color Harmonies of #981312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981312

Black with #981312

Text Example


Text Example

White with #981312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981312; }

 p { color: rgb(152,19,18); }

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

background-color css

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

 a { background-color: rgb(152,19,18); }

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

border-color css

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

 span { border-color: rgb(152,19,18); }

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