Html Css Color HEX #762319 Falu Red

📋 copy color: '#762319'

red 118 ◦ green 35 ◦ blue 25

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

Shades of Falu Red #762319

Tints of Falu Red #762319

RGB

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

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

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

R = 66.29%
G = 19.66%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#762319 (or 0x762319) is known color: Falu Red. HEX triplet: 76, 23 and 19. RGB value is (118,35,25). Sum of RGB (Red+Green+Blue) = 118+35+25=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #762319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762319 is #89DCE6. Grayscale: #3A3A3A. Windows color (decimal): -9034983 or 1647478. OLE color: 1647478.

HSL color Cylindrical-coordinate representation of color #762319: hue angle of 6.45º 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 #762319 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 35 25 -
CMYK 0 0.70 0.79 0.54
HSL 6.45º 0.65% 0.28% -
HSV(B) 6.45º 0.79% 0.46% -
XYZ 8.25 5.12 1.47 -
YUV 58.68 109 170.31 -
System Red Green Blue C M Y K H S L
Decimal 118 35 25 0 0.70 0.79 0.54 6.45 0.65 0.28
Hex 76 23 19 0 46 4F 36 6 41 1C
Octal 166 43 31 0 106 117 66 6 101 34
Binary 1110110 100011 11001 0 1000110 1001111 110110 110 1000001 11100

Color Harmonies of #762319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762319

Black with #762319

Text Example


Text Example

White with #762319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762319; }

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

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

background-color css

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

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

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

border-color css

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

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

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