Html Css Color HEX #7D3E37 Red Robin

📋 copy color: '#7D3E37'

red 125 ◦ green 62 ◦ blue 55

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

Shades of Red Robin #7D3E37

Tints of Red Robin #7D3E37

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.62%

 BLUE value IS 55 (21.88% from 255) = 22.73%

R = 51.65%
G = 25.62%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7D3E37 (or 0x7D3E37) is known color: Red Robin. HEX triplet: 7D, 3E and 37. RGB value is (125,62,55). Sum of RGB (Red+Green+Blue) = 125+62+55=242 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.65% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3E37 is #82C1C8. Grayscale: #505050. Windows color (decimal): -8569289 or 3620477. OLE color: 3620477.

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

Color convert

RGB 125 62 55 -
CMYK 0 0.50 0.56 0.51
HSL 0.39% 0.35% -
HSV(B) 0.56% 0.49% -
XYZ 10.87 8.08 4.6 -
YUV 80.04 113.87 160.07 -
System Red Green Blue C M Y K H S L
Decimal 125 62 55 0 0.50 0.56 0.51 6 0.39 0.35
Hex 7D 3E 37 0 32 38 33 6 27 23
Octal 175 76 67 0 62 70 63 6 47 43
Binary 1111101 111110 110111 0 110010 111000 110011 110 100111 100011

Color Harmonies of #7D3E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3E37

Black with #7D3E37

Text Example


Text Example

White with #7D3E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,62,55); }

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

background-color css

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

 a { background-color: rgb(125,62,55); }

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

border-color css

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

 span { border-color: rgb(125,62,55); }

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