Html Css Color HEX #852402 Falu Red

📋 copy color: '#852402'

red 133 ◦ green 36 ◦ blue 2

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

Shades of Falu Red #852402

Tints of Falu Red #852402

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.05%

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

R = 77.78%
G = 21.05%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#852402 (or 0x852402) is known color: Falu Red. HEX triplet: 85, 24 and 02. RGB value is (133,36,2). Sum of RGB (Red+Green+Blue) = 133+36+2=171 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.78% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 133 - color contains mainly: red. Hex color #852402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852402 is #7ADBFD. Grayscale: #3D3D3D. Windows color (decimal): -8051710 or 140421. OLE color: 140421.

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

Color convert

RGB 133 36 2 -
CMYK 0 0.73 0.98 0.48
HSL 15.57º 0.97% 0.26% -
HSV(B) 15.57º 0.98% 0.52% -
XYZ 10.31 6.25 0.72 -
YUV 61.13 94.64 179.26 -
System Red Green Blue C M Y K H S L
Decimal 133 36 2 0 0.73 0.98 0.48 15.57 0.97 0.26
Hex 85 24 2 0 49 62 30 10 61 1A
Octal 205 44 2 0 111 142 60 20 141 32
Binary 10000101 100100 10 0 1001001 1100010 110000 10000 1100001 11010

Color Harmonies of #852402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852402

Black with #852402

Text Example


Text Example

White with #852402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852402; }

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

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

background-color css

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

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

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

border-color css

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

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

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