Html Css Color HEX #7E413D Red Robin

📋 copy color: '#7E413D'

red 126 ◦ green 65 ◦ blue 61

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

Shades of Red Robin #7E413D

Tints of Red Robin #7E413D

RGB

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

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

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

R = 50%
G = 25.79%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7E413D (or 0x7E413D) is known color: Red Robin. HEX triplet: 7E, 41 and 3D. RGB value is (126,65,61). Sum of RGB (Red+Green+Blue) = 126+65+61=252 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 126 - color contains mainly: red. Hex color #7E413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E413D is #81BEC2. Grayscale: #525252. Windows color (decimal): -8502979 or 4014462. OLE color: 4014462.

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

Color convert

RGB 126 65 61 -
CMYK 0 0.48 0.52 0.51
HSL 3.69º 0.35% 0.37% -
HSV(B) 3.69º 0.52% 0.49% -
XYZ 11.34 8.55 5.47 -
YUV 82.78 115.71 158.83 -
System Red Green Blue C M Y K H S L
Decimal 126 65 61 0 0.48 0.52 0.51 3.69 0.35 0.37
Hex 7E 41 3D 0 30 34 33 4 23 25
Octal 176 101 75 0 60 64 63 4 43 45
Binary 1111110 1000001 111101 0 110000 110100 110011 100 100011 100101

Color Harmonies of #7E413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E413D

Black with #7E413D

Text Example


Text Example

White with #7E413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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