Html Css Color HEX #852502 Falu Red

📋 copy color: '#852502'

red 133 ◦ green 37 ◦ blue 2

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

Shades of Falu Red #852502

Tints of Falu Red #852502

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.51%

 BLUE value IS 2 (1.17% from 255) = 1.16%

R = 77.33%
G = 21.51%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#852502 (or 0x852502) is known color: Falu Red. HEX triplet: 85, 25 and 02. RGB value is (133,37,2). Sum of RGB (Red+Green+Blue) = 133+37+2=172 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.33% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 133 - color contains mainly: red. Hex color #852502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852502 is #7ADAFD. Grayscale: #3D3D3D. Windows color (decimal): -8051454 or 140677. OLE color: 140677.

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

Color convert

RGB 133 37 2 -
CMYK 0 0.72 0.98 0.48
HSL 16.03º 0.97% 0.26% -
HSV(B) 16.03º 0.98% 0.52% -
XYZ 10.35 6.31 0.73 -
YUV 61.71 94.3 178.85 -
System Red Green Blue C M Y K H S L
Decimal 133 37 2 0 0.72 0.98 0.48 16.03 0.97 0.26
Hex 85 25 2 0 48 62 30 10 61 1A
Octal 205 45 2 0 110 142 60 20 141 32
Binary 10000101 100101 10 0 1001000 1100010 110000 10000 1100001 11010

Color Harmonies of #852502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852502

Black with #852502

Text Example


Text Example

White with #852502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852502; }

 p { color: rgb(133,37,2); }

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

background-color css

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

 a { background-color: rgb(133,37,2); }

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

border-color css

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

 span { border-color: rgb(133,37,2); }

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