Html Css Color HEX #852004 Falu Red

📋 copy color: '#852004'

red 133 ◦ green 32 ◦ blue 4

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

Shades of Falu Red #852004

Tints of Falu Red #852004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.37%

R = 78.7%
G = 18.93%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#852004 (or 0x852004) is known color: Falu Red. HEX triplet: 85, 20 and 04. RGB value is (133,32,4). Sum of RGB (Red+Green+Blue) = 133+32+4=169 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.70% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 133 - color contains mainly: red. Hex color #852004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852004 is #7ADFFB. Grayscale: #3B3B3B. Windows color (decimal): -8052732 or 270469. OLE color: 270469.

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

Color convert

RGB 133 32 4 -
CMYK 0 0.76 0.97 0.48
HSL 13.02º 0.94% 0.27% -
HSV(B) 13.02º 0.97% 0.52% -
XYZ 10.21 6.03 0.74 -
YUV 59.01 96.96 180.78 -
System Red Green Blue C M Y K H S L
Decimal 133 32 4 0 0.76 0.97 0.48 13.02 0.94 0.27
Hex 85 20 4 0 4C 61 30 D 5E 1B
Octal 205 40 4 0 114 141 60 15 136 33
Binary 10000101 100000 100 0 1001100 1100001 110000 1101 1011110 11011

Color Harmonies of #852004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852004

Black with #852004

Text Example


Text Example

White with #852004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852004; }

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

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

background-color css

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

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

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

border-color css

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

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

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