Html Css Color HEX #7E413B Red Robin

📋 copy color: '#7E413B'

red 126 ◦ green 65 ◦ blue 59

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

Shades of Red Robin #7E413B

Tints of Red Robin #7E413B

RGB

 RED value IS 126 (49.61% from 255) = 50.4%

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

 BLUE value IS 59 (23.44% from 255) = 23.6%

R = 50.4%
G = 26%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#7E413B (or 0x7E413B) is known color: Red Robin. HEX triplet: 7E, 41 and 3B. RGB value is (126,65,59). Sum of RGB (Red+Green+Blue) = 126+65+59=250 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50.4% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 126 - color contains mainly: red. Hex color #7E413B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E413B is #81BEC4. Grayscale: #525252. Windows color (decimal): -8502981 or 3883390. OLE color: 3883390.

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

Color convert

RGB 126 65 59 -
CMYK 0 0.48 0.53 0.51
HSL 5.37º 0.36% 0.36% -
HSV(B) 5.37º 0.53% 0.49% -
XYZ 11.28 8.53 5.19 -
YUV 82.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 126 65 59 0 0.48 0.53 0.51 5.37 0.36 0.36
Hex 7E 41 3B 0 30 35 33 5 24 24
Octal 176 101 73 0 60 65 63 5 44 44
Binary 1111110 1000001 111011 0 110000 110101 110011 101 100100 100100

Color Harmonies of #7E413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E413B

Black with #7E413B

Text Example


Text Example

White with #7E413B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,65,59); }

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

background-color css

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

 a { background-color: rgb(126,65,59); }

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

border-color css

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

 span { border-color: rgb(126,65,59); }

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