Html Css Color HEX #852005 Falu Red

📋 copy color: '#852005'

red 133 ◦ green 32 ◦ blue 5

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

Shades of Falu Red #852005

Tints of Falu Red #852005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.94%

R = 78.24%
G = 18.82%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#852005 (or 0x852005) is known color: Falu Red. HEX triplet: 85, 20 and 05. RGB value is (133,32,5). Sum of RGB (Red+Green+Blue) = 133+32+5=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #852005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852005 is #7ADFFA. Grayscale: #3B3B3B. Windows color (decimal): -8052731 or 336005. OLE color: 336005.

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

Color convert

RGB 133 32 5 -
CMYK 0 0.76 0.96 0.48
HSL 12.66º 0.93% 0.27% -
HSV(B) 12.66º 0.96% 0.52% -
XYZ 10.22 6.03 0.77 -
YUV 59.12 97.46 180.7 -
System Red Green Blue C M Y K H S L
Decimal 133 32 5 0 0.76 0.96 0.48 12.66 0.93 0.27
Hex 85 20 5 0 4C 60 30 D 5D 1B
Octal 205 40 5 0 114 140 60 15 135 33
Binary 10000101 100000 101 0 1001100 1100000 110000 1101 1011101 11011

Color Harmonies of #852005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852005

Black with #852005

Text Example


Text Example

White with #852005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852005; }

 p { color: rgb(133,32,5); }

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

background-color css

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

 a { background-color: rgb(133,32,5); }

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

border-color css

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

 span { border-color: rgb(133,32,5); }

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