Html Css Color HEX #852007 Falu Red

📋 copy color: '#852007'

red 133 ◦ green 32 ◦ blue 7

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

Shades of Falu Red #852007

Tints of Falu Red #852007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.07%

R = 77.33%
G = 18.6%
B = 4.07%

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

#852007 (or 0x852007) is known color: Falu Red. HEX triplet: 85, 20 and 07. RGB value is (133,32,7). Sum of RGB (Red+Green+Blue) = 133+32+7=172 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.33% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 133 - color contains mainly: red. Hex color #852007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852007 is #7ADFF8. Grayscale: #3B3B3B. Windows color (decimal): -8052729 or 467077. OLE color: 467077.

HSL color Cylindrical-coordinate representation of color #852007: hue angle of 11.9º degrees, saturation: 0.9, 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 #852007 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 32 7 -
CMYK 0 0.76 0.95 0.48
HSL 11.9º 0.9% 0.27% -
HSV(B) 11.9º 0.95% 0.52% -
XYZ 10.23 6.03 0.83 -
YUV 59.35 98.46 180.53 -
System Red Green Blue C M Y K H S L
Decimal 133 32 7 0 0.76 0.95 0.48 11.9 0.9 0.27
Hex 85 20 7 0 4C 5F 30 C 5A 1B
Octal 205 40 7 0 114 137 60 14 132 33
Binary 10000101 100000 111 0 1001100 1011111 110000 1100 1011010 11011

Color Harmonies of #852007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852007

Black with #852007

Text Example


Text Example

White with #852007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852007; }

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

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

background-color css

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

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

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

border-color css

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

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

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