Html Css Color HEX #7D423D Red Robin

📋 copy color: '#7D423D'

red 125 ◦ green 66 ◦ blue 61

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

Shades of Red Robin #7D423D

Tints of Red Robin #7D423D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.19%

 BLUE value IS 61 (24.22% from 255) = 24.21%

R = 49.6%
G = 26.19%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7D423D (or 0x7D423D) is known color: Red Robin. HEX triplet: 7D, 42 and 3D. RGB value is (125,66,61). Sum of RGB (Red+Green+Blue) = 125+66+61=252 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.60% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 125 - color contains mainly: red. Hex color #7D423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D423D is #82BDC2. Grayscale: #535353. Windows color (decimal): -8568259 or 4014717. OLE color: 4014717.

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

Color convert

RGB 125 66 61 -
CMYK 0 0.47 0.51 0.51
HSL 4.69º 0.34% 0.36% -
HSV(B) 4.69º 0.51% 0.49% -
XYZ 11.25 8.59 5.48 -
YUV 83.07 115.55 157.91 -
System Red Green Blue C M Y K H S L
Decimal 125 66 61 0 0.47 0.51 0.51 4.69 0.34 0.36
Hex 7D 42 3D 0 2F 33 33 5 22 24
Octal 175 102 75 0 57 63 63 5 42 44
Binary 1111101 1000010 111101 0 101111 110011 110011 101 100010 100100

Color Harmonies of #7D423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D423D

Black with #7D423D

Text Example


Text Example

White with #7D423D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,66,61); }

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

background-color css

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

 a { background-color: rgb(125,66,61); }

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

border-color css

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

 span { border-color: rgb(125,66,61); }

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