Html Css Color HEX #762519 Falu Red

📋 copy color: '#762519'

red 118 ◦ green 37 ◦ blue 25

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

Shades of Falu Red #762519

Tints of Falu Red #762519

RGB

 RED value IS 118 (46.48% from 255) = 65.56%

 GREEN value IS 37 (14.84% from 255) = 20.56%

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

R = 65.56%
G = 20.56%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#762519 (or 0x762519) is known color: Falu Red. HEX triplet: 76, 25 and 19. RGB value is (118,37,25). Sum of RGB (Red+Green+Blue) = 118+37+25=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #762519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762519 is #89DAE6. Grayscale: #3B3B3B. Windows color (decimal): -9034471 or 1647990. OLE color: 1647990.

HSL color Cylindrical-coordinate representation of color #762519: hue angle of 7.74º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #762519 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 37 25 -
CMYK 0 0.69 0.79 0.54
HSL 7.74º 0.65% 0.28% -
HSV(B) 7.74º 0.79% 0.46% -
XYZ 8.31 5.24 1.49 -
YUV 59.85 108.34 169.48 -
System Red Green Blue C M Y K H S L
Decimal 118 37 25 0 0.69 0.79 0.54 7.74 0.65 0.28
Hex 76 25 19 0 45 4F 36 8 41 1C
Octal 166 45 31 0 105 117 66 10 101 34
Binary 1110110 100101 11001 0 1000101 1001111 110110 1000 1000001 11100

Color Harmonies of #762519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762519

Black with #762519

Text Example


Text Example

White with #762519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762519; }

 p { color: rgb(118,37,25); }

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

background-color css

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

 a { background-color: rgb(118,37,25); }

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

border-color css

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

 span { border-color: rgb(118,37,25); }

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