Html Css Color HEX #981F02 Falu Red

📋 copy color: '#981F02'

red 152 ◦ green 31 ◦ blue 2

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

Shades of Falu Red #981F02

Tints of Falu Red #981F02

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.76%

 BLUE value IS 2 (1.17% from 255) = 1.08%

R = 82.16%
G = 16.76%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#981F02 (or 0x981F02) is known color: Falu Red. HEX triplet: 98, 1F and 02. RGB value is (152,31,2). Sum of RGB (Red+Green+Blue) = 152+31+2=185 (24% of max value = 765). Red value is 152 (59.77% from 255 or 82.16% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 152 - color contains mainly: red. Hex color #981F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981F02 is #67E0FD. Grayscale: #404040. Windows color (decimal): -6807806 or 139160. OLE color: 139160.

HSL color Cylindrical-coordinate representation of color #981F02: hue angle of 11.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #981F02 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 31 2 -
CMYK 0 0.80 0.99 0.40
HSL 11.6º 0.97% 0.3% -
HSV(B) 11.6º 0.99% 0.6% -
XYZ 13.45 7.66 0.83 -
YUV 63.87 93.09 190.86 -
System Red Green Blue C M Y K H S L
Decimal 152 31 2 0 0.80 0.99 0.40 11.6 0.97 0.3
Hex 98 1F 2 0 50 63 28 C 61 1E
Octal 230 37 2 0 120 143 50 14 141 36
Binary 10011000 11111 10 0 1010000 1100011 101000 1100 1100001 11110

Color Harmonies of #981F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981F02

Black with #981F02

Text Example


Text Example

White with #981F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,31,2); }

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

background-color css

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

 a { background-color: rgb(152,31,2); }

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

border-color css

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

 span { border-color: rgb(152,31,2); }

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