Html Css Color HEX #7E3C33 Red Robin

📋 copy color: '#7E3C33'

red 126 ◦ green 60 ◦ blue 51

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

Shades of Red Robin #7E3C33

Tints of Red Robin #7E3C33

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.32%

 BLUE value IS 51 (20.31% from 255) = 21.52%

R = 53.16%
G = 25.32%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#7E3C33 (or 0x7E3C33) is known color: Red Robin. HEX triplet: 7E, 3C and 33. RGB value is (126,60,51). Sum of RGB (Red+Green+Blue) = 126+60+51=237 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.16% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3C33 is #81C3CC. Grayscale: #4E4E4E. Windows color (decimal): -8504269 or 3357822. OLE color: 3357822.

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

Color convert

RGB 126 60 51 -
CMYK 0 0.52 0.60 0.51
HSL 7.2º 0.42% 0.35% -
HSV(B) 7.2º 0.6% 0.49% -
XYZ 10.82 7.91 4.09 -
YUV 78.71 112.37 161.73 -
System Red Green Blue C M Y K H S L
Decimal 126 60 51 0 0.52 0.60 0.51 7.2 0.42 0.35
Hex 7E 3C 33 0 34 3C 33 7 2A 23
Octal 176 74 63 0 64 74 63 7 52 43
Binary 1111110 111100 110011 0 110100 111100 110011 111 101010 100011

Color Harmonies of #7E3C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3C33

Black with #7E3C33

Text Example


Text Example

White with #7E3C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,60,51); }

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

background-color css

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

 a { background-color: rgb(126,60,51); }

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

border-color css

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

 span { border-color: rgb(126,60,51); }

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