Html Css Color HEX #981908 Falu Red

📋 copy color: '#981908'

red 152 ◦ green 25 ◦ blue 8

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

Shades of Falu Red #981908

Tints of Falu Red #981908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.51%

 BLUE value IS 8 (3.52% from 255) = 4.32%

R = 82.16%
G = 13.51%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#981908 (or 0x981908) is known color: Falu Red. HEX triplet: 98, 19 and 08. RGB value is (152,25,8). Sum of RGB (Red+Green+Blue) = 152+25+8=185 (24% of max value = 765). Red value is 152 (59.77% from 255 or 82.16% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 152 - color contains mainly: red. Hex color #981908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981908 is #67E6F7. Grayscale: #3D3D3D. Windows color (decimal): -6809336 or 530840. OLE color: 530840.

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

Color convert

RGB 152 25 8 -
CMYK 0 0.84 0.95 0.40
HSL 7.08º 0.9% 0.31% -
HSV(B) 7.08º 0.95% 0.6% -
XYZ 13.34 7.39 0.95 -
YUV 61.04 98.08 192.88 -
System Red Green Blue C M Y K H S L
Decimal 152 25 8 0 0.84 0.95 0.40 7.08 0.9 0.31
Hex 98 19 8 0 54 5F 28 7 5A 1F
Octal 230 31 10 0 124 137 50 7 132 37
Binary 10011000 11001 1000 0 1010100 1011111 101000 111 1011010 11111

Color Harmonies of #981908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981908

Black with #981908

Text Example


Text Example

White with #981908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981908; }

 p { color: rgb(152,25,8); }

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

background-color css

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

 a { background-color: rgb(152,25,8); }

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

border-color css

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

 span { border-color: rgb(152,25,8); }

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