Html Css Color HEX #77250D Falu Red

📋 copy color: '#77250D'

red 119 ◦ green 37 ◦ blue 13

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

Shades of Falu Red #77250D

Tints of Falu Red #77250D

RGB

 RED value IS 119 (46.88% from 255) = 70.41%

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

 BLUE value IS 13 (5.47% from 255) = 7.69%

R = 70.41%
G = 21.89%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77250D (or 0x77250D) is known color: Falu Red. HEX triplet: 77, 25 and 0D. RGB value is (119,37,13). Sum of RGB (Red+Green+Blue) = 119+37+13=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #77250D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77250D is #88DAF2. Grayscale: #3A3A3A. Windows color (decimal): -8968947 or 861559. OLE color: 861559.

HSL color Cylindrical-coordinate representation of color #77250D: hue angle of 13.58º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77250D is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 37 13 -
CMYK 0 0.69 0.89 0.53
HSL 13.58º 0.8% 0.26% -
HSV(B) 13.58º 0.89% 0.47% -
XYZ 8.34 5.27 0.96 -
YUV 58.78 102.17 170.95 -
System Red Green Blue C M Y K H S L
Decimal 119 37 13 0 0.69 0.89 0.53 13.58 0.8 0.26
Hex 77 25 D 0 45 59 35 E 50 1A
Octal 167 45 15 0 105 131 65 16 120 32
Binary 1110111 100101 1101 0 1000101 1011001 110101 1110 1010000 11010

Color Harmonies of #77250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77250D

Black with #77250D

Text Example


Text Example

White with #77250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77250D; }

 p { color: rgb(119,37,13); }

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

background-color css

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

 a { background-color: rgb(119,37,13); }

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

border-color css

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

 span { border-color: rgb(119,37,13); }

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