Html Css Color HEX #982003 Falu Red

📋 copy color: '#982003'

red 152 ◦ green 32 ◦ blue 3

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

Shades of Falu Red #982003

Tints of Falu Red #982003

RGB

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

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

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

R = 81.28%
G = 17.11%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.40

RGB Variations

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

Color information

#982003 (or 0x982003) is known color: Falu Red. HEX triplet: 98, 20 and 03. RGB value is (152,32,3). Sum of RGB (Red+Green+Blue) = 152+32+3=187 (24% of max value = 765). Red value is 152 (59.77% from 255 or 81.28% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 152 - color contains mainly: red. Hex color #982003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982003 is #67DFFC. Grayscale: #404040. Windows color (decimal): -6807549 or 204952. OLE color: 204952.

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

Color convert

RGB 152 32 3 -
CMYK 0 0.79 0.98 0.40
HSL 11.68º 0.96% 0.3% -
HSV(B) 11.68º 0.98% 0.6% -
XYZ 13.48 7.71 0.86 -
YUV 64.57 93.26 190.36 -
System Red Green Blue C M Y K H S L
Decimal 152 32 3 0 0.79 0.98 0.40 11.68 0.96 0.3
Hex 98 20 3 0 4F 62 28 C 60 1E
Octal 230 40 3 0 117 142 50 14 140 36
Binary 10011000 100000 11 0 1001111 1100010 101000 1100 1100000 11110

Color Harmonies of #982003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982003

Black with #982003

Text Example


Text Example

White with #982003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982003; }

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

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

background-color css

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

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

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

border-color css

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

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

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