Html Css Color HEX #852419 Falu Red

📋 copy color: '#852419'

red 133 ◦ green 36 ◦ blue 25

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

Shades of Falu Red #852419

Tints of Falu Red #852419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.89%

R = 68.56%
G = 18.56%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#852419 (or 0x852419) is known color: Falu Red. HEX triplet: 85, 24 and 19. RGB value is (133,36,25). Sum of RGB (Red+Green+Blue) = 133+36+25=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #852419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852419 is #7ADBE6. Grayscale: #3F3F3F. Windows color (decimal): -8051687 or 1647749. OLE color: 1647749.

HSL color Cylindrical-coordinate representation of color #852419: hue angle of 6.11º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #852419 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 36 25 -
CMYK 0 0.73 0.81 0.48
HSL 6.11º 0.68% 0.31% -
HSV(B) 6.11º 0.81% 0.52% -
XYZ 10.48 6.32 1.59 -
YUV 63.75 106.14 177.39 -
System Red Green Blue C M Y K H S L
Decimal 133 36 25 0 0.73 0.81 0.48 6.11 0.68 0.31
Hex 85 24 19 0 49 51 30 6 44 1F
Octal 205 44 31 0 111 121 60 6 104 37
Binary 10000101 100100 11001 0 1001001 1010001 110000 110 1000100 11111

Color Harmonies of #852419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852419

Black with #852419

Text Example


Text Example

White with #852419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852419; }

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

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

background-color css

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

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

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

border-color css

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

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

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