Html Css Color HEX #852300 Falu Red

📋 copy color: '#852300'

red 133 ◦ green 35 ◦ blue 0

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

Shades of Falu Red #852300

Tints of Falu Red #852300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.17%
G = 20.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#852300 (or 0x852300) is known color: Falu Red. HEX triplet: 85, 23 and 00. RGB value is (133,35,0). Sum of RGB (Red+Green+Blue) = 133+35+0=168 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.17% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 133 - color contains mainly: red. Hex color #852300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852300 is #7ADCFF. Grayscale: #3C3C3C. Windows color (decimal): -8051968 or 9093. OLE color: 9093.

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

Color convert

RGB 133 35 0 -
CMYK 0 0.74 1 0.48
HSL 15.79º 1% 0.26% -
HSV(B) 15.79º 1% 0.52% -
XYZ 10.27 6.19 0.65 -
YUV 60.31 93.97 179.85 -
System Red Green Blue C M Y K H S L
Decimal 133 35 0 0 0.74 1 0.48 15.79 1 0.26
Hex 85 23 0 0 4A 64 30 10 64 1A
Octal 205 43 0 0 112 144 60 20 144 32
Binary 10000101 100011 0 0 1001010 1100100 110000 10000 1100100 11010

Color Harmonies of #852300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852300

Black with #852300

Text Example


Text Example

White with #852300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852300; }

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

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

background-color css

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

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

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

border-color css

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

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

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