Html Css Color HEX #982002 Falu Red

📋 copy color: '#982002'

red 152 ◦ green 32 ◦ blue 2

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

Shades of Falu Red #982002

Tints of Falu Red #982002

RGB

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

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

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

R = 81.72%
G = 17.2%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#982002 (or 0x982002) is known color: Falu Red. HEX triplet: 98, 20 and 02. RGB value is (152,32,2). Sum of RGB (Red+Green+Blue) = 152+32+2=186 (24% of max value = 765). Red value is 152 (59.77% from 255 or 81.72% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 152 - color contains mainly: red. Hex color #982002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982002 is #67DFFD. Grayscale: #404040. Windows color (decimal): -6807550 or 139416. OLE color: 139416.

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

Color convert

RGB 152 32 2 -
CMYK 0 0.79 0.99 0.40
HSL 12º 0.97% 0.3% -
HSV(B) 12º 0.99% 0.6% -
XYZ 13.48 7.71 0.84 -
YUV 64.46 92.76 190.44 -
System Red Green Blue C M Y K H S L
Decimal 152 32 2 0 0.79 0.99 0.40 12 0.97 0.3
Hex 98 20 2 0 4F 63 28 C 61 1E
Octal 230 40 2 0 117 143 50 14 141 36
Binary 10011000 100000 10 0 1001111 1100011 101000 1100 1100001 11110

Color Harmonies of #982002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982002

Black with #982002

Text Example


Text Example

White with #982002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982002; }

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

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

background-color css

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

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

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

border-color css

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

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

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