Html Css Color HEX #762613 Falu Red

📋 copy color: '#762613'

red 118 ◦ green 38 ◦ blue 19

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

Shades of Falu Red #762613

Tints of Falu Red #762613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.71%

 BLUE value IS 19 (7.81% from 255) = 10.86%

R = 67.43%
G = 21.71%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#762613 (or 0x762613) is known color: Falu Red. HEX triplet: 76, 26 and 13. RGB value is (118,38,19). Sum of RGB (Red+Green+Blue) = 118+38+19=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #762613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762613 is #89D9EC. Grayscale: #3B3B3B. Windows color (decimal): -9034221 or 1255030. OLE color: 1255030.

HSL color Cylindrical-coordinate representation of color #762613: hue angle of 11.52º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #762613 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 38 19 -
CMYK 0 0.68 0.84 0.54
HSL 11.52º 0.72% 0.27% -
HSV(B) 11.52º 0.84% 0.46% -
XYZ 8.28 5.28 1.2 -
YUV 59.75 105 169.54 -
System Red Green Blue C M Y K H S L
Decimal 118 38 19 0 0.68 0.84 0.54 11.52 0.72 0.27
Hex 76 26 13 0 44 54 36 C 48 1B
Octal 166 46 23 0 104 124 66 14 110 33
Binary 1110110 100110 10011 0 1000100 1010100 110110 1100 1001000 11011

Color Harmonies of #762613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762613

Black with #762613

Text Example


Text Example

White with #762613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762613; }

 p { color: rgb(118,38,19); }

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

background-color css

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

 a { background-color: rgb(118,38,19); }

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

border-color css

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

 span { border-color: rgb(118,38,19); }

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