Html Css Color HEX #7A271B Falu Red

📋 copy color: '#7A271B'

red 122 ◦ green 39 ◦ blue 27

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

Shades of Falu Red #7A271B

Tints of Falu Red #7A271B

RGB

 RED value IS 122 (48.05% from 255) = 64.89%

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

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

R = 64.89%
G = 20.74%
B = 14.36%

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

#7A271B (or 0x7A271B) is known color: Falu Red. HEX triplet: 7A, 27 and 1B. RGB value is (122,39,27). Sum of RGB (Red+Green+Blue) = 122+39+27=188 (24% of max value = 765). Red value is 122 (48.05% from 255 or 64.89% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 122 - color contains mainly: red. Hex color #7A271B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A271B is #85D8E4. Grayscale: #3E3E3E. Windows color (decimal): -8771813 or 1779578. OLE color: 1779578.

HSL color Cylindrical-coordinate representation of color #7A271B: hue angle of 7.58º 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 #7A271B is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 39 27 -
CMYK 0 0.68 0.78 0.52
HSL 7.58º 0.64% 0.29% -
HSV(B) 7.58º 0.78% 0.48% -
XYZ 8.95 5.67 1.66 -
YUV 62.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 122 39 27 0 0.68 0.78 0.52 7.58 0.64 0.29
Hex 7A 27 1B 0 44 4E 34 8 40 1D
Octal 172 47 33 0 104 116 64 10 100 35
Binary 1111010 100111 11011 0 1000100 1001110 110100 1000 1000000 11101

Color Harmonies of #7A271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A271B

Black with #7A271B

Text Example


Text Example

White with #7A271B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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