Html Css Color HEX #7D433D Red Robin

📋 copy color: '#7D433D'

red 125 ◦ green 67 ◦ blue 61

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

Shades of Red Robin #7D433D

Tints of Red Robin #7D433D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.48%

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

R = 49.41%
G = 26.48%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7D433D (or 0x7D433D) is known color: Red Robin. HEX triplet: 7D, 43 and 3D. RGB value is (125,67,61). Sum of RGB (Red+Green+Blue) = 125+67+61=253 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.41% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 125 - color contains mainly: red. Hex color #7D433D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D433D is #82BCC2. Grayscale: #535353. Windows color (decimal): -8568003 or 4014973. OLE color: 4014973.

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

Color convert

RGB 125 67 61 -
CMYK 0 0.46 0.51 0.51
HSL 5.63º 0.34% 0.36% -
HSV(B) 5.63º 0.51% 0.49% -
XYZ 11.31 8.71 5.5 -
YUV 83.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 125 67 61 0 0.46 0.51 0.51 5.63 0.34 0.36
Hex 7D 43 3D 0 2E 33 33 6 22 24
Octal 175 103 75 0 56 63 63 6 42 44
Binary 1111101 1000011 111101 0 101110 110011 110011 110 100010 100100

Color Harmonies of #7D433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D433D

Black with #7D433D

Text Example


Text Example

White with #7D433D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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