Html Css Color HEX #982202 Falu Red

📋 copy color: '#982202'

red 152 ◦ green 34 ◦ blue 2

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

Shades of Falu Red #982202

Tints of Falu Red #982202

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.09%

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

R = 80.85%
G = 18.09%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#982202 (or 0x982202) is known color: Falu Red. HEX triplet: 98, 22 and 02. RGB value is (152,34,2). Sum of RGB (Red+Green+Blue) = 152+34+2=188 (24% of max value = 765). Red value is 152 (59.77% from 255 or 80.85% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 152 - color contains mainly: red. Hex color #982202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982202 is #67DDFD. Grayscale: #414141. Windows color (decimal): -6807038 or 139928. OLE color: 139928.

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

Color convert

RGB 152 34 2 -
CMYK 0 0.78 0.99 0.40
HSL 12.8º 0.97% 0.3% -
HSV(B) 12.8º 0.99% 0.6% -
XYZ 13.53 7.82 0.85 -
YUV 65.63 92.09 189.6 -
System Red Green Blue C M Y K H S L
Decimal 152 34 2 0 0.78 0.99 0.40 12.8 0.97 0.3
Hex 98 22 2 0 4E 63 28 D 61 1E
Octal 230 42 2 0 116 143 50 15 141 36
Binary 10011000 100010 10 0 1001110 1100011 101000 1101 1100001 11110

Color Harmonies of #982202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982202

Black with #982202

Text Example


Text Example

White with #982202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982202; }

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

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

background-color css

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

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

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

border-color css

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

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

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