Html Css Color HEX #852008 Falu Red

📋 copy color: '#852008'

red 133 ◦ green 32 ◦ blue 8

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

Shades of Falu Red #852008

Tints of Falu Red #852008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.62%

R = 76.88%
G = 18.5%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#852008 (or 0x852008) is known color: Falu Red. HEX triplet: 85, 20 and 08. RGB value is (133,32,8). Sum of RGB (Red+Green+Blue) = 133+32+8=173 (22% of max value = 765). Red value is 133 (52.34% from 255 or 76.88% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 133 - color contains mainly: red. Hex color #852008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852008 is #7ADFF7. Grayscale: #3B3B3B. Windows color (decimal): -8052728 or 532613. OLE color: 532613.

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

Color convert

RGB 133 32 8 -
CMYK 0 0.76 0.94 0.48
HSL 11.52º 0.89% 0.28% -
HSV(B) 11.52º 0.94% 0.52% -
XYZ 10.23 6.04 0.86 -
YUV 59.46 98.96 180.45 -
System Red Green Blue C M Y K H S L
Decimal 133 32 8 0 0.76 0.94 0.48 11.52 0.89 0.28
Hex 85 20 8 0 4C 5E 30 C 59 1C
Octal 205 40 10 0 114 136 60 14 131 34
Binary 10000101 100000 1000 0 1001100 1011110 110000 1100 1011001 11100

Color Harmonies of #852008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852008

Black with #852008

Text Example


Text Example

White with #852008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852008; }

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

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

background-color css

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

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

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

border-color css

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

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

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