Html Css Color HEX #7B250E Falu Red

📋 copy color: '#7B250E'

red 123 ◦ green 37 ◦ blue 14

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

Shades of Falu Red #7B250E

Tints of Falu Red #7B250E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.05%

R = 70.69%
G = 21.26%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.52

RGB Variations

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

Color information

#7B250E (or 0x7B250E) is known color: Falu Red. HEX triplet: 7B, 25 and 0E. RGB value is (123,37,14). Sum of RGB (Red+Green+Blue) = 123+37+14=174 (23% of max value = 765). Red value is 123 (48.44% from 255 or 70.69% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 123 - color contains mainly: red. Hex color #7B250E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B250E is #84DAF1. Grayscale: #3C3C3C. Windows color (decimal): -8706802 or 927099. OLE color: 927099.

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

Color convert

RGB 123 37 14 -
CMYK 0 0.70 0.89 0.52
HSL 12.66º 0.8% 0.27% -
HSV(B) 12.66º 0.89% 0.48% -
XYZ 8.91 5.57 1.02 -
YUV 60.09 101.99 172.87 -
System Red Green Blue C M Y K H S L
Decimal 123 37 14 0 0.70 0.89 0.52 12.66 0.8 0.27
Hex 7B 25 E 0 46 59 34 D 50 1B
Octal 173 45 16 0 106 131 64 15 120 33
Binary 1111011 100101 1110 0 1000110 1011001 110100 1101 1010000 11011

Color Harmonies of #7B250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B250E

Black with #7B250E

Text Example


Text Example

White with #7B250E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,37,14); }

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

background-color css

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

 a { background-color: rgb(123,37,14); }

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

border-color css

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

 span { border-color: rgb(123,37,14); }

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