Html Css Color HEX #77251B Falu Red

📋 copy color: '#77251B'

red 119 ◦ green 37 ◦ blue 27

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

Shades of Falu Red #77251B

Tints of Falu Red #77251B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.75%

R = 65.03%
G = 20.22%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#77251B (or 0x77251B) is known color: Falu Red. HEX triplet: 77, 25 and 1B. RGB value is (119,37,27). Sum of RGB (Red+Green+Blue) = 119+37+27=183 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.03% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 119 - color contains mainly: red. Hex color #77251B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77251B is #88DAE4. Grayscale: #3C3C3C. Windows color (decimal): -8968933 or 1779063. OLE color: 1779063.

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

Color convert

RGB 119 37 27 -
CMYK 0 0.69 0.77 0.53
HSL 6.52º 0.63% 0.29% -
HSV(B) 6.52º 0.77% 0.47% -
XYZ 8.47 5.32 1.62 -
YUV 60.38 109.17 169.81 -
System Red Green Blue C M Y K H S L
Decimal 119 37 27 0 0.69 0.77 0.53 6.52 0.63 0.29
Hex 77 25 1B 0 45 4D 35 7 3F 1D
Octal 167 45 33 0 105 115 65 7 77 35
Binary 1110111 100101 11011 0 1000101 1001101 110101 111 111111 11101

Color Harmonies of #77251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77251B

Black with #77251B

Text Example


Text Example

White with #77251B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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