Html Css Color HEX #7C413F Red Robin

📋 copy color: '#7C413F'

red 124 ◦ green 65 ◦ blue 63

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

Shades of Red Robin #7C413F

Tints of Red Robin #7C413F

RGB

 RED value IS 124 (48.83% from 255) = 49.21%

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

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

R = 49.21%
G = 25.79%
B = 25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#7C413F (or 0x7C413F) is known color: Red Robin. HEX triplet: 7C, 41 and 3F. RGB value is (124,65,63). Sum of RGB (Red+Green+Blue) = 124+65+63=252 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.21% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 124 - color contains mainly: red. Hex color #7C413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C413F is #83BEC0. Grayscale: #525252. Windows color (decimal): -8634049 or 4145532. OLE color: 4145532.

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

Color convert

RGB 124 65 63 -
CMYK 0 0.48 0.49 0.51
HSL 1.97º 0.33% 0.37% -
HSV(B) 1.97º 0.49% 0.49% -
XYZ 11.1 8.42 5.74 -
YUV 82.41 117.05 157.66 -
System Red Green Blue C M Y K H S L
Decimal 124 65 63 0 0.48 0.49 0.51 1.97 0.33 0.37
Hex 7C 41 3F 0 30 31 33 2 21 25
Octal 174 101 77 0 60 61 63 2 41 45
Binary 1111100 1000001 111111 0 110000 110001 110011 10 100001 100101

Color Harmonies of #7C413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C413F

Black with #7C413F

Text Example


Text Example

White with #7C413F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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