Html Css Color HEX #852305 Falu Red

📋 copy color: '#852305'

red 133 ◦ green 35 ◦ blue 5

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

Shades of Falu Red #852305

Tints of Falu Red #852305

RGB

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

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

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

R = 76.88%
G = 20.23%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#852305 (or 0x852305) is known color: Falu Red. HEX triplet: 85, 23 and 05. RGB value is (133,35,5). Sum of RGB (Red+Green+Blue) = 133+35+5=173 (22% of max value = 765). Red value is 133 (52.34% from 255 or 76.88% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 133 - color contains mainly: red. Hex color #852305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852305 is #7ADCFA. Grayscale: #3D3D3D. Windows color (decimal): -8051963 or 336773. OLE color: 336773.

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

Color convert

RGB 133 35 5 -
CMYK 0 0.74 0.96 0.48
HSL 14.06º 0.93% 0.27% -
HSV(B) 14.06º 0.96% 0.52% -
XYZ 10.3 6.2 0.8 -
YUV 60.88 96.47 179.44 -
System Red Green Blue C M Y K H S L
Decimal 133 35 5 0 0.74 0.96 0.48 14.06 0.93 0.27
Hex 85 23 5 0 4A 60 30 E 5D 1B
Octal 205 43 5 0 112 140 60 16 135 33
Binary 10000101 100011 101 0 1001010 1100000 110000 1110 1011101 11011

Color Harmonies of #852305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852305

Black with #852305

Text Example


Text Example

White with #852305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852305; }

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

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

background-color css

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

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

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

border-color css

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

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

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