Html Css Color HEX #852103 Falu Red

📋 copy color: '#852103'

red 133 ◦ green 33 ◦ blue 3

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

Shades of Falu Red #852103

Tints of Falu Red #852103

RGB

 RED value IS 133 (52.34% from 255) = 78.7%

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

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

R = 78.7%
G = 19.53%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#852103 (or 0x852103) is known color: Falu Red. HEX triplet: 85, 21 and 03. RGB value is (133,33,3). Sum of RGB (Red+Green+Blue) = 133+33+3=169 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.70% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 133 - color contains mainly: red. Hex color #852103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852103 is #7ADEFC. Grayscale: #3B3B3B. Windows color (decimal): -8052477 or 205189. OLE color: 205189.

HSL color Cylindrical-coordinate representation of color #852103: hue angle of 13.85º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #852103 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 33 3 -
CMYK 0 0.75 0.98 0.48
HSL 13.85º 0.96% 0.27% -
HSV(B) 13.85º 0.98% 0.52% -
XYZ 10.23 6.08 0.72 -
YUV 59.48 96.13 180.44 -
System Red Green Blue C M Y K H S L
Decimal 133 33 3 0 0.75 0.98 0.48 13.85 0.96 0.27
Hex 85 21 3 0 4B 62 30 E 60 1B
Octal 205 41 3 0 113 142 60 16 140 33
Binary 10000101 100001 11 0 1001011 1100010 110000 1110 1100000 11011

Color Harmonies of #852103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852103

Black with #852103

Text Example


Text Example

White with #852103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852103; }

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

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

background-color css

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

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

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

border-color css

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

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

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