Html Css Color HEX #852703 Falu Red

📋 copy color: '#852703'

red 133 ◦ green 39 ◦ blue 3

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

Shades of Falu Red #852703

Tints of Falu Red #852703

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.29%

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

R = 76%
G = 22.29%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#852703 (or 0x852703) is known color: Falu Red. HEX triplet: 85, 27 and 03. RGB value is (133,39,3). Sum of RGB (Red+Green+Blue) = 133+39+3=175 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 133 - color contains mainly: red. Hex color #852703 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852703 is #7AD8FC. Grayscale: #3F3F3F. Windows color (decimal): -8050941 or 206725. OLE color: 206725.

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

Color convert

RGB 133 39 3 -
CMYK 0 0.71 0.98 0.48
HSL 16.62º 0.96% 0.27% -
HSV(B) 16.62º 0.98% 0.52% -
XYZ 10.41 6.44 0.78 -
YUV 63 94.14 177.93 -
System Red Green Blue C M Y K H S L
Decimal 133 39 3 0 0.71 0.98 0.48 16.62 0.96 0.27
Hex 85 27 3 0 47 62 30 11 60 1B
Octal 205 47 3 0 107 142 60 21 140 33
Binary 10000101 100111 11 0 1000111 1100010 110000 10001 1100000 11011

Color Harmonies of #852703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852703

Black with #852703

Text Example


Text Example

White with #852703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852703; }

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

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

background-color css

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

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

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

border-color css

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

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

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