Html Css Color HEX #7D443A Red Robin

📋 copy color: '#7D443A'

red 125 ◦ green 68 ◦ blue 58

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

Shades of Red Robin #7D443A

Tints of Red Robin #7D443A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.09%

 BLUE value IS 58 (23.05% from 255) = 23.11%

R = 49.8%
G = 27.09%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7D443A (or 0x7D443A) is known color: Red Robin. HEX triplet: 7D, 44 and 3A. RGB value is (125,68,58). Sum of RGB (Red+Green+Blue) = 125+68+58=251 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.80% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 125 - color contains mainly: red. Hex color #7D443A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D443A is #82BBC5. Grayscale: #545454. Windows color (decimal): -8567750 or 3818621. OLE color: 3818621.

HSL color Cylindrical-coordinate representation of color #7D443A: hue angle of 8.96º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D443A is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 68 58 -
CMYK 0 0.46 0.54 0.51
HSL 8.96º 0.37% 0.36% -
HSV(B) 8.96º 0.54% 0.49% -
XYZ 11.29 8.8 5.11 -
YUV 83.9 113.38 157.31 -
System Red Green Blue C M Y K H S L
Decimal 125 68 58 0 0.46 0.54 0.51 8.96 0.37 0.36
Hex 7D 44 3A 0 2E 36 33 9 25 24
Octal 175 104 72 0 56 66 63 11 45 44
Binary 1111101 1000100 111010 0 101110 110110 110011 1001 100101 100100

Color Harmonies of #7D443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D443A

Black with #7D443A

Text Example


Text Example

White with #7D443A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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