Html Css Color HEX #7D413F Red Robin

📋 copy color: '#7D413F'

red 125 ◦ green 65 ◦ blue 63

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

Shades of Red Robin #7D413F

Tints of Red Robin #7D413F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.9%

R = 49.41%
G = 25.69%
B = 24.9%

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

#7D413F (or 0x7D413F) is known color: Red Robin. HEX triplet: 7D, 41 and 3F. RGB value is (125,65,63). Sum of RGB (Red+Green+Blue) = 125+65+63=253 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.41% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 125 - color contains mainly: red. Hex color #7D413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D413F is #82BEC0. Grayscale: #525252. Windows color (decimal): -8568513 or 4145533. OLE color: 4145533.

HSL color Cylindrical-coordinate representation of color #7D413F: hue angle of 1.94º degrees, saturation: 0.33, 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 #7D413F is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 65 63 -
CMYK 0 0.48 0.50 0.51
HSL 1.94º 0.33% 0.37% -
HSV(B) 1.94º 0.5% 0.49% -
XYZ 11.24 8.5 5.75 -
YUV 82.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 125 65 63 0 0.48 0.50 0.51 1.94 0.33 0.37
Hex 7D 41 3F 0 30 32 33 2 21 25
Octal 175 101 77 0 60 62 63 2 41 45
Binary 1111101 1000001 111111 0 110000 110010 110011 10 100001 100101

Color Harmonies of #7D413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D413F

Black with #7D413F

Text Example


Text Example

White with #7D413F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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