Html Css Color HEX #7E3F34 Red Robin

📋 copy color: '#7E3F34'

red 126 ◦ green 63 ◦ blue 52

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

Shades of Red Robin #7E3F34

Tints of Red Robin #7E3F34

RGB

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

 GREEN value IS 63 (25% from 255) = 26.14%

 BLUE value IS 52 (20.7% from 255) = 21.58%

R = 52.28%
G = 26.14%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#7E3F34 (or 0x7E3F34) is known color: Red Robin. HEX triplet: 7E, 3F and 34. RGB value is (126,63,52). Sum of RGB (Red+Green+Blue) = 126+63+52=241 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.28% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3F34 is #81C0CB. Grayscale: #505050. Windows color (decimal): -8503500 or 3424126. OLE color: 3424126.

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

Color convert

RGB 126 63 52 -
CMYK 0 0.50 0.59 0.51
HSL 8.92º 0.42% 0.35% -
HSV(B) 8.92º 0.59% 0.49% -
XYZ 11 8.24 4.26 -
YUV 80.58 111.87 160.39 -
System Red Green Blue C M Y K H S L
Decimal 126 63 52 0 0.50 0.59 0.51 8.92 0.42 0.35
Hex 7E 3F 34 0 32 3B 33 9 2A 23
Octal 176 77 64 0 62 73 63 11 52 43
Binary 1111110 111111 110100 0 110010 111011 110011 1001 101010 100011

Color Harmonies of #7E3F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3F34

Black with #7E3F34

Text Example


Text Example

White with #7E3F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,63,52); }

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

background-color css

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

 a { background-color: rgb(126,63,52); }

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

border-color css

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

 span { border-color: rgb(126,63,52); }

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