Html Css Color HEX #7D2402 Falu Red

📋 copy color: '#7D2402'

red 125 ◦ green 36 ◦ blue 2

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

Shades of Falu Red #7D2402

Tints of Falu Red #7D2402

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.09%

 BLUE value IS 2 (1.17% from 255) = 1.23%

R = 76.69%
G = 22.09%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#7D2402 (or 0x7D2402) is known color: Falu Red. HEX triplet: 7D, 24 and 02. RGB value is (125,36,2). Sum of RGB (Red+Green+Blue) = 125+36+2=163 (21% of max value = 765). Red value is 125 (49.22% from 255 or 76.69% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2402 is #82DBFD. Grayscale: #3A3A3A. Windows color (decimal): -8575998 or 140413. OLE color: 140413.

HSL color Cylindrical-coordinate representation of color #7D2402: hue angle of 16.59º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D2402 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 36 2 -
CMYK 0 0.71 0.98 0.51
HSL 16.59º 0.97% 0.25% -
HSV(B) 16.59º 0.98% 0.49% -
XYZ 9.1 5.63 0.66 -
YUV 58.74 95.99 175.26 -
System Red Green Blue C M Y K H S L
Decimal 125 36 2 0 0.71 0.98 0.51 16.59 0.97 0.25
Hex 7D 24 2 0 47 62 33 11 61 19
Octal 175 44 2 0 107 142 63 21 141 31
Binary 1111101 100100 10 0 1000111 1100010 110011 10001 1100001 11001

Color Harmonies of #7D2402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2402

Black with #7D2402

Text Example


Text Example

White with #7D2402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,36,2); }

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

background-color css

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

 a { background-color: rgb(125,36,2); }

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

border-color css

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

 span { border-color: rgb(125,36,2); }

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