Html Css Color HEX #7D3E3D Red Robin

📋 copy color: '#7D3E3D'

red 125 ◦ green 62 ◦ blue 61

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

Shades of Red Robin #7D3E3D

Tints of Red Robin #7D3E3D

RGB

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

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

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

R = 50.4%
G = 25%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7D3E3D (or 0x7D3E3D) is known color: Red Robin. HEX triplet: 7D, 3E and 3D. RGB value is (125,62,61). Sum of RGB (Red+Green+Blue) = 125+62+61=248 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.40% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3E3D is #82C1C2. Grayscale: #505050. Windows color (decimal): -8569283 or 4013693. OLE color: 4013693.

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

Color convert

RGB 125 62 61 -
CMYK 0 0.50 0.51 0.51
HSL 0.94º 0.34% 0.36% -
HSV(B) 0.94º 0.51% 0.49% -
XYZ 11.02 8.14 5.41 -
YUV 80.72 116.87 159.58 -
System Red Green Blue C M Y K H S L
Decimal 125 62 61 0 0.50 0.51 0.51 0.94 0.34 0.36
Hex 7D 3E 3D 0 32 33 33 1 22 24
Octal 175 76 75 0 62 63 63 1 42 44
Binary 1111101 111110 111101 0 110010 110011 110011 1 100010 100100

Color Harmonies of #7D3E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3E3D

Black with #7D3E3D

Text Example


Text Example

White with #7D3E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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