Html Css Color HEX #982005 Falu Red

📋 copy color: '#982005'

red 152 ◦ green 32 ◦ blue 5

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

Shades of Falu Red #982005

Tints of Falu Red #982005

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.93%

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

R = 80.42%
G = 16.93%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#982005 (or 0x982005) is known color: Falu Red. HEX triplet: 98, 20 and 05. RGB value is (152,32,5). Sum of RGB (Red+Green+Blue) = 152+32+5=189 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80.42% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 152 - color contains mainly: red. Hex color #982005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982005 is #67DFFA. Grayscale: #414141. Windows color (decimal): -6807547 or 336024. OLE color: 336024.

HSL color Cylindrical-coordinate representation of color #982005: hue angle of 11.02º 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 #982005 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 32 5 -
CMYK 0 0.79 0.97 0.40
HSL 11.02º 0.94% 0.31% -
HSV(B) 11.02º 0.97% 0.6% -
XYZ 13.49 7.72 0.92 -
YUV 64.8 94.26 190.2 -
System Red Green Blue C M Y K H S L
Decimal 152 32 5 0 0.79 0.97 0.40 11.02 0.94 0.31
Hex 98 20 5 0 4F 61 28 B 5E 1F
Octal 230 40 5 0 117 141 50 13 136 37
Binary 10011000 100000 101 0 1001111 1100001 101000 1011 1011110 11111

Color Harmonies of #982005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982005

Black with #982005

Text Example


Text Example

White with #982005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982005; }

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

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

background-color css

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

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

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

border-color css

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

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

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