Html Css Color HEX #7B271B Falu Red

📋 copy color: '#7B271B'

red 123 ◦ green 39 ◦ blue 27

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

Shades of Falu Red #7B271B

Tints of Falu Red #7B271B

RGB

 RED value IS 123 (48.44% from 255) = 65.08%

 GREEN value IS 39 (15.63% from 255) = 20.63%

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

R = 65.08%
G = 20.63%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#7B271B (or 0x7B271B) is known color: Falu Red. HEX triplet: 7B, 27 and 1B. RGB value is (123,39,27). Sum of RGB (Red+Green+Blue) = 123+39+27=189 (25% of max value = 765). Red value is 123 (48.44% from 255 or 65.08% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 123 - color contains mainly: red. Hex color #7B271B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B271B is #84D8E4. Grayscale: #3E3E3E. Windows color (decimal): -8706277 or 1779579. OLE color: 1779579.

HSL color Cylindrical-coordinate representation of color #7B271B: hue angle of 7.5º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B271B is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 39 27 -
CMYK 0 0.68 0.78 0.52
HSL 7.5º 0.64% 0.29% -
HSV(B) 7.5º 0.78% 0.48% -
XYZ 9.09 5.74 1.67 -
YUV 62.75 107.83 170.98 -
System Red Green Blue C M Y K H S L
Decimal 123 39 27 0 0.68 0.78 0.52 7.5 0.64 0.29
Hex 7B 27 1B 0 44 4E 34 8 40 1D
Octal 173 47 33 0 104 116 64 10 100 35
Binary 1111011 100111 11011 0 1000100 1001110 110100 1000 1000000 11101

Color Harmonies of #7B271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B271B

Black with #7B271B

Text Example


Text Example

White with #7B271B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B271B; }

 p { color: rgb(123,39,27); }

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

background-color css

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

 a { background-color: rgb(123,39,27); }

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

border-color css

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

 span { border-color: rgb(123,39,27); }

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