Html Css Color HEX #7D3A36 Red Robin

📋 copy color: '#7D3A36'

red 125 ◦ green 58 ◦ blue 54

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

Shades of Red Robin #7D3A36

Tints of Red Robin #7D3A36

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.47%

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

R = 52.74%
G = 24.47%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#7D3A36 (or 0x7D3A36) is known color: Red Robin. HEX triplet: 7D, 3A and 36. RGB value is (125,58,54). Sum of RGB (Red+Green+Blue) = 125+58+54=237 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.74% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3A36 is #82C5C9. Grayscale: #4D4D4D. Windows color (decimal): -8570314 or 3553917. OLE color: 3553917.

HSL color Cylindrical-coordinate representation of color #7D3A36: hue angle of 3.38º 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 #7D3A36 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 58 54 -
CMYK 0 0.54 0.57 0.51
HSL 3.38º 0.4% 0.35% -
HSV(B) 3.38º 0.57% 0.49% -
XYZ 10.64 7.65 4.41 -
YUV 77.58 114.7 161.83 -
System Red Green Blue C M Y K H S L
Decimal 125 58 54 0 0.54 0.57 0.51 3.38 0.4 0.35
Hex 7D 3A 36 0 36 39 33 3 28 23
Octal 175 72 66 0 66 71 63 3 50 43
Binary 1111101 111010 110110 0 110110 111001 110011 11 101000 100011

Color Harmonies of #7D3A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3A36

Black with #7D3A36

Text Example


Text Example

White with #7D3A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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