Html Css Color HEX #7D413D Red Robin

📋 copy color: '#7D413D'

red 125 ◦ green 65 ◦ blue 61

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

Shades of Red Robin #7D413D

Tints of Red Robin #7D413D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.3%

R = 49.8%
G = 25.9%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7D413D (or 0x7D413D) is known color: Red Robin. HEX triplet: 7D, 41 and 3D. RGB value is (125,65,61). Sum of RGB (Red+Green+Blue) = 125+65+61=251 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.80% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 125 - color contains mainly: red. Hex color #7D413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D413D is #82BEC2. Grayscale: #525252. Windows color (decimal): -8568515 or 4014461. OLE color: 4014461.

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

Color convert

RGB 125 65 61 -
CMYK 0 0.48 0.51 0.51
HSL 3.75º 0.34% 0.36% -
HSV(B) 3.75º 0.51% 0.49% -
XYZ 11.19 8.48 5.46 -
YUV 82.48 115.88 158.33 -
System Red Green Blue C M Y K H S L
Decimal 125 65 61 0 0.48 0.51 0.51 3.75 0.34 0.36
Hex 7D 41 3D 0 30 33 33 4 22 24
Octal 175 101 75 0 60 63 63 4 42 44
Binary 1111101 1000001 111101 0 110000 110011 110011 100 100010 100100

Color Harmonies of #7D413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D413D

Black with #7D413D

Text Example


Text Example

White with #7D413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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