Html Css Color HEX #852302 Falu Red

📋 copy color: '#852302'

red 133 ◦ green 35 ◦ blue 2

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

Shades of Falu Red #852302

Tints of Falu Red #852302

RGB

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

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

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

R = 78.24%
G = 20.59%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#852302 (or 0x852302) is known color: Falu Red. HEX triplet: 85, 23 and 02. RGB value is (133,35,2). Sum of RGB (Red+Green+Blue) = 133+35+2=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #852302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852302 is #7ADCFD. Grayscale: #3C3C3C. Windows color (decimal): -8051966 or 140165. OLE color: 140165.

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

Color convert

RGB 133 35 2 -
CMYK 0 0.74 0.98 0.48
HSL 15.11º 0.97% 0.26% -
HSV(B) 15.11º 0.98% 0.52% -
XYZ 10.28 6.19 0.71 -
YUV 60.54 94.97 179.68 -
System Red Green Blue C M Y K H S L
Decimal 133 35 2 0 0.74 0.98 0.48 15.11 0.97 0.26
Hex 85 23 2 0 4A 62 30 F 61 1A
Octal 205 43 2 0 112 142 60 17 141 32
Binary 10000101 100011 10 0 1001010 1100010 110000 1111 1100001 11010

Color Harmonies of #852302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852302

Black with #852302

Text Example


Text Example

White with #852302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852302; }

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

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

background-color css

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

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

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

border-color css

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

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

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