Html Css Color HEX #7D2808 Falu Red

📋 copy color: '#7D2808'

red 125 ◦ green 40 ◦ blue 8

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

Shades of Falu Red #7D2808

Tints of Falu Red #7D2808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.62%

R = 72.25%
G = 23.12%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#7D2808 (or 0x7D2808) is known color: Falu Red. HEX triplet: 7D, 28 and 08. RGB value is (125,40,8). Sum of RGB (Red+Green+Blue) = 125+40+8=173 (22% of max value = 765). Red value is 125 (49.22% from 255 or 72.25% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2808 is #82D7F7. Grayscale: #3D3D3D. Windows color (decimal): -8574968 or 534653. OLE color: 534653.

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

Color convert

RGB 125 40 8 -
CMYK 0 0.68 0.94 0.51
HSL 16.41º 0.88% 0.26% -
HSV(B) 16.41º 0.94% 0.49% -
XYZ 9.26 5.9 0.88 -
YUV 61.77 97.66 173.1 -
System Red Green Blue C M Y K H S L
Decimal 125 40 8 0 0.68 0.94 0.51 16.41 0.88 0.26
Hex 7D 28 8 0 44 5E 33 10 58 1A
Octal 175 50 10 0 104 136 63 20 130 32
Binary 1111101 101000 1000 0 1000100 1011110 110011 10000 1011000 11010

Color Harmonies of #7D2808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2808

Black with #7D2808

Text Example


Text Example

White with #7D2808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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