Html Css Color HEX #852304 Falu Red

📋 copy color: '#852304'

red 133 ◦ green 35 ◦ blue 4

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

Shades of Falu Red #852304

Tints of Falu Red #852304

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.35%

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

R = 77.33%
G = 20.35%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#852304 (or 0x852304) is known color: Falu Red. HEX triplet: 85, 23 and 04. RGB value is (133,35,4). Sum of RGB (Red+Green+Blue) = 133+35+4=172 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.33% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 133 - color contains mainly: red. Hex color #852304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852304 is #7ADCFB. Grayscale: #3C3C3C. Windows color (decimal): -8051964 or 271237. OLE color: 271237.

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

Color convert

RGB 133 35 4 -
CMYK 0 0.74 0.97 0.48
HSL 14.42º 0.94% 0.27% -
HSV(B) 14.42º 0.97% 0.52% -
XYZ 10.3 6.2 0.77 -
YUV 60.77 95.97 179.52 -
System Red Green Blue C M Y K H S L
Decimal 133 35 4 0 0.74 0.97 0.48 14.42 0.94 0.27
Hex 85 23 4 0 4A 61 30 E 5E 1B
Octal 205 43 4 0 112 141 60 16 136 33
Binary 10000101 100011 100 0 1001010 1100001 110000 1110 1011110 11011

Color Harmonies of #852304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852304

Black with #852304

Text Example


Text Example

White with #852304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852304; }

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

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

background-color css

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

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

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

border-color css

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

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

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