Html Css Color HEX #982103 Falu Red

📋 copy color: '#982103'

red 152 ◦ green 33 ◦ blue 3

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

Shades of Falu Red #982103

Tints of Falu Red #982103

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.55%

 BLUE value IS 3 (1.56% from 255) = 1.6%

R = 80.85%
G = 17.55%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.40

RGB Variations

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

Color information

#982103 (or 0x982103) is known color: Falu Red. HEX triplet: 98, 21 and 03. RGB value is (152,33,3). Sum of RGB (Red+Green+Blue) = 152+33+3=188 (24% of max value = 765). Red value is 152 (59.77% from 255 or 80.85% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 152 - color contains mainly: red. Hex color #982103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982103 is #67DEFC. Grayscale: #414141. Windows color (decimal): -6807293 or 205208. OLE color: 205208.

HSL color Cylindrical-coordinate representation of color #982103: hue angle of 12.08º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #982103 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 33 3 -
CMYK 0 0.78 0.98 0.40
HSL 12.08º 0.96% 0.3% -
HSV(B) 12.08º 0.98% 0.6% -
XYZ 13.51 7.77 0.87 -
YUV 65.16 92.92 189.94 -
System Red Green Blue C M Y K H S L
Decimal 152 33 3 0 0.78 0.98 0.40 12.08 0.96 0.3
Hex 98 21 3 0 4E 62 28 C 60 1E
Octal 230 41 3 0 116 142 50 14 140 36
Binary 10011000 100001 11 0 1001110 1100010 101000 1100 1100000 11110

Color Harmonies of #982103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982103

Black with #982103

Text Example


Text Example

White with #982103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982103; }

 p { color: rgb(152,33,3); }

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

background-color css

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

 a { background-color: rgb(152,33,3); }

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

border-color css

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

 span { border-color: rgb(152,33,3); }

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