Html Css Color HEX #7D280F Falu Red

📋 copy color: '#7D280F'

red 125 ◦ green 40 ◦ blue 15

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

Shades of Falu Red #7D280F

Tints of Falu Red #7D280F

RGB

 RED value IS 125 (49.22% from 255) = 69.44%

 GREEN value IS 40 (16.02% from 255) = 22.22%

 BLUE value IS 15 (6.25% from 255) = 8.33%

R = 69.44%
G = 22.22%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7D280F (or 0x7D280F) is known color: Falu Red. HEX triplet: 7D, 28 and 0F. RGB value is (125,40,15). Sum of RGB (Red+Green+Blue) = 125+40+15=180 (23% of max value = 765). Red value is 125 (49.22% from 255 or 69.44% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 125 - color contains mainly: red. Hex color #7D280F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D280F is #82D7F0. Grayscale: #3E3E3E. Windows color (decimal): -8574961 or 993405. OLE color: 993405.

HSL color Cylindrical-coordinate representation of color #7D280F: hue angle of 13.64º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D280F is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 40 15 -
CMYK 0 0.68 0.88 0.51
HSL 13.64º 0.79% 0.27% -
HSV(B) 13.64º 0.88% 0.49% -
XYZ 9.3 5.91 1.1 -
YUV 62.57 101.16 172.53 -
System Red Green Blue C M Y K H S L
Decimal 125 40 15 0 0.68 0.88 0.51 13.64 0.79 0.27
Hex 7D 28 F 0 44 58 33 E 4F 1B
Octal 175 50 17 0 104 130 63 16 117 33
Binary 1111101 101000 1111 0 1000100 1011000 110011 1110 1001111 11011

Color Harmonies of #7D280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D280F

Black with #7D280F

Text Example


Text Example

White with #7D280F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,40,15); }

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

background-color css

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

 a { background-color: rgb(125,40,15); }

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

border-color css

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

 span { border-color: rgb(125,40,15); }

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