Html Css Color HEX #852203 Falu Red

📋 copy color: '#852203'

red 133 ◦ green 34 ◦ blue 3

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

Shades of Falu Red #852203

Tints of Falu Red #852203

RGB

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

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

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

R = 78.24%
G = 20%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#852203 (or 0x852203) is known color: Falu Red. HEX triplet: 85, 22 and 03. RGB value is (133,34,3). Sum of RGB (Red+Green+Blue) = 133+34+3=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 3 (1.56% from 255 or 1.76% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #852203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852203 is #7ADDFC. Grayscale: #3C3C3C. Windows color (decimal): -8052221 or 205445. OLE color: 205445.

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

Color convert

RGB 133 34 3 -
CMYK 0 0.74 0.98 0.48
HSL 14.31º 0.96% 0.27% -
HSV(B) 14.31º 0.98% 0.52% -
XYZ 10.26 6.14 0.73 -
YUV 60.07 95.8 180.02 -
System Red Green Blue C M Y K H S L
Decimal 133 34 3 0 0.74 0.98 0.48 14.31 0.96 0.27
Hex 85 22 3 0 4A 62 30 E 60 1B
Octal 205 42 3 0 112 142 60 16 140 33
Binary 10000101 100010 11 0 1001010 1100010 110000 1110 1100000 11011

Color Harmonies of #852203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852203

Black with #852203

Text Example


Text Example

White with #852203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852203; }

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

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

background-color css

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

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

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

border-color css

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

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

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