Html Css Color HEX #77241B Falu Red

📋 copy color: '#77241B'

red 119 ◦ green 36 ◦ blue 27

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

Shades of Falu Red #77241B

Tints of Falu Red #77241B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.78%

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

R = 65.38%
G = 19.78%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#77241B (or 0x77241B) is known color: Falu Red. HEX triplet: 77, 24 and 1B. RGB value is (119,36,27). Sum of RGB (Red+Green+Blue) = 119+36+27=182 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.38% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 119 - color contains mainly: red. Hex color #77241B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77241B is #88DBE4. Grayscale: #3B3B3B. Windows color (decimal): -8969189 or 1778807. OLE color: 1778807.

HSL color Cylindrical-coordinate representation of color #77241B: hue angle of 5.87º 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 #77241B is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 36 27 -
CMYK 0 0.70 0.77 0.53
HSL 5.87º 0.63% 0.29% -
HSV(B) 5.87º 0.77% 0.47% -
XYZ 8.44 5.26 1.61 -
YUV 59.79 109.5 170.23 -
System Red Green Blue C M Y K H S L
Decimal 119 36 27 0 0.70 0.77 0.53 5.87 0.63 0.29
Hex 77 24 1B 0 46 4D 35 6 3F 1D
Octal 167 44 33 0 106 115 65 6 77 35
Binary 1110111 100100 11011 0 1000110 1001101 110101 110 111111 11101

Color Harmonies of #77241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77241B

Black with #77241B

Text Example


Text Example

White with #77241B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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