Html Css Color HEX #7A251C Falu Red

📋 copy color: '#7A251C'

red 122 ◦ green 37 ◦ blue 28

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

Shades of Falu Red #7A251C

Tints of Falu Red #7A251C

RGB

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

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

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

R = 65.24%
G = 19.79%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.52

RGB Variations

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

Color information

#7A251C (or 0x7A251C) is known color: Falu Red. HEX triplet: 7A, 25 and 1C. RGB value is (122,37,28). Sum of RGB (Red+Green+Blue) = 122+37+28=187 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.24% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 122 - color contains mainly: red. Hex color #7A251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A251C is #85DAE3. Grayscale: #3D3D3D. Windows color (decimal): -8772324 or 1844602. OLE color: 1844602.

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

Color convert

RGB 122 37 28 -
CMYK 0 0.70 0.77 0.52
HSL 5.74º 0.63% 0.29% -
HSV(B) 5.74º 0.77% 0.48% -
XYZ 8.9 5.54 1.7 -
YUV 61.39 109.16 171.23 -
System Red Green Blue C M Y K H S L
Decimal 122 37 28 0 0.70 0.77 0.52 5.74 0.63 0.29
Hex 7A 25 1C 0 46 4D 34 6 3F 1D
Octal 172 45 34 0 106 115 64 6 77 35
Binary 1111010 100101 11100 0 1000110 1001101 110100 110 111111 11101

Color Harmonies of #7A251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A251C

Black with #7A251C

Text Example


Text Example

White with #7A251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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