Html Css Color HEX #7D3C36 Red Robin

📋 copy color: '#7D3C36'

red 125 ◦ green 60 ◦ blue 54

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

Shades of Red Robin #7D3C36

Tints of Red Robin #7D3C36

RGB

 RED value IS 125 (49.22% from 255) = 52.3%

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

 BLUE value IS 54 (21.48% from 255) = 22.59%

R = 52.3%
G = 25.1%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#7D3C36 (or 0x7D3C36) is known color: Red Robin. HEX triplet: 7D, 3C and 36. RGB value is (125,60,54). Sum of RGB (Red+Green+Blue) = 125+60+54=239 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.30% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3C36 is #82C3C9. Grayscale: #4E4E4E. Windows color (decimal): -8569802 or 3554429. OLE color: 3554429.

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

Color convert

RGB 125 60 54 -
CMYK 0 0.52 0.57 0.51
HSL 5.07º 0.4% 0.35% -
HSV(B) 5.07º 0.57% 0.49% -
XYZ 10.74 7.86 4.44 -
YUV 78.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 125 60 54 0 0.52 0.57 0.51 5.07 0.4 0.35
Hex 7D 3C 36 0 34 39 33 5 28 23
Octal 175 74 66 0 64 71 63 5 50 43
Binary 1111101 111100 110110 0 110100 111001 110011 101 101000 100011

Color Harmonies of #7D3C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3C36

Black with #7D3C36

Text Example


Text Example

White with #7D3C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,60,54); }

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

background-color css

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

 a { background-color: rgb(125,60,54); }

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

border-color css

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

 span { border-color: rgb(125,60,54); }

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