Html Css Color HEX #852006 Falu Red

📋 copy color: '#852006'

red 133 ◦ green 32 ◦ blue 6

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

Shades of Falu Red #852006

Tints of Falu Red #852006

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.71%

 BLUE value IS 6 (2.73% from 255) = 3.51%

R = 77.78%
G = 18.71%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#852006 (or 0x852006) is known color: Falu Red. HEX triplet: 85, 20 and 06. RGB value is (133,32,6). Sum of RGB (Red+Green+Blue) = 133+32+6=171 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.78% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 133 - color contains mainly: red. Hex color #852006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852006 is #7ADFF9. Grayscale: #3B3B3B. Windows color (decimal): -8052730 or 401541. OLE color: 401541.

HSL color Cylindrical-coordinate representation of color #852006: hue angle of 12.28º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #852006 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 32 6 -
CMYK 0 0.76 0.95 0.48
HSL 12.28º 0.91% 0.27% -
HSV(B) 12.28º 0.95% 0.52% -
XYZ 10.22 6.03 0.8 -
YUV 59.24 97.96 180.61 -
System Red Green Blue C M Y K H S L
Decimal 133 32 6 0 0.76 0.95 0.48 12.28 0.91 0.27
Hex 85 20 6 0 4C 5F 30 C 5B 1B
Octal 205 40 6 0 114 137 60 14 133 33
Binary 10000101 100000 110 0 1001100 1011111 110000 1100 1011011 11011

Color Harmonies of #852006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852006

Black with #852006

Text Example


Text Example

White with #852006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852006; }

 p { color: rgb(133,32,6); }

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

background-color css

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

 a { background-color: rgb(133,32,6); }

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

border-color css

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

 span { border-color: rgb(133,32,6); }

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