Html Css Color HEX #77251C Falu Red

📋 copy color: '#77251C'

red 119 ◦ green 37 ◦ blue 28

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

Shades of Falu Red #77251C

Tints of Falu Red #77251C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.22%

R = 64.67%
G = 20.11%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77251C (or 0x77251C) is known color: Falu Red. HEX triplet: 77, 25 and 1C. RGB value is (119,37,28). Sum of RGB (Red+Green+Blue) = 119+37+28=184 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.67% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 119 - color contains mainly: red. Hex color #77251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77251C is #88DAE3. Grayscale: #3C3C3C. Windows color (decimal): -8968932 or 1844599. OLE color: 1844599.

HSL color Cylindrical-coordinate representation of color #77251C: hue angle of 5.93º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77251C is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 37 28 -
CMYK 0 0.69 0.76 0.53
HSL 5.93º 0.62% 0.29% -
HSV(B) 5.93º 0.76% 0.47% -
XYZ 8.48 5.33 1.68 -
YUV 60.49 109.67 169.73 -
System Red Green Blue C M Y K H S L
Decimal 119 37 28 0 0.69 0.76 0.53 5.93 0.62 0.29
Hex 77 25 1C 0 45 4C 35 6 3E 1D
Octal 167 45 34 0 105 114 65 6 76 35
Binary 1110111 100101 11100 0 1000101 1001100 110101 110 111110 11101

Color Harmonies of #77251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77251C

Black with #77251C

Text Example


Text Example

White with #77251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77251C; }

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

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

background-color css

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

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

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

border-color css

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

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

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