Html Css Color HEX #7D413E Red Robin

📋 copy color: '#7D413E'

red 125 ◦ green 65 ◦ blue 62

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

Shades of Red Robin #7D413E

Tints of Red Robin #7D413E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.79%

 BLUE value IS 62 (24.61% from 255) = 24.6%

R = 49.6%
G = 25.79%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.51

RGB Variations

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

Color information

#7D413E (or 0x7D413E) is known color: Red Robin. HEX triplet: 7D, 41 and 3E. RGB value is (125,65,62). Sum of RGB (Red+Green+Blue) = 125+65+62=252 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.60% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 125 - color contains mainly: red. Hex color #7D413E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D413E is #82BEC1. Grayscale: #525252. Windows color (decimal): -8568514 or 4079997. OLE color: 4079997.

HSL color Cylindrical-coordinate representation of color #7D413E: hue angle of 2.86º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D413E is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 65 62 -
CMYK 0 0.48 0.50 0.51
HSL 2.86º 0.34% 0.37% -
HSV(B) 2.86º 0.5% 0.49% -
XYZ 11.22 8.49 5.6 -
YUV 82.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 125 65 62 0 0.48 0.50 0.51 2.86 0.34 0.37
Hex 7D 41 3E 0 30 32 33 3 22 25
Octal 175 101 76 0 60 62 63 3 42 45
Binary 1111101 1000001 111110 0 110000 110010 110011 11 100010 100101

Color Harmonies of #7D413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D413E

Black with #7D413E

Text Example


Text Example

White with #7D413E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,65,62); }

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

background-color css

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

 a { background-color: rgb(125,65,62); }

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

border-color css

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

 span { border-color: rgb(125,65,62); }

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