Html Css Color HEX #7D2C2D Tamarillo

📋 copy color: '#7D2C2D'

red 125 ◦ green 44 ◦ blue 45

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

Shades of Tamarillo #7D2C2D

Tints of Tamarillo #7D2C2D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.56%

 BLUE value IS 45 (17.97% from 255) = 21.03%

R = 58.41%
G = 20.56%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#7D2C2D (or 0x7D2C2D) is known color: Tamarillo. HEX triplet: 7D, 2C and 2D. RGB value is (125,44,45). Sum of RGB (Red+Green+Blue) = 125+44+45=214 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.41% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2C2D is #82D3D2. Grayscale: #444444. Windows color (decimal): -8573907 or 2960509. OLE color: 2960509.

HSL color Cylindrical-coordinate representation of color #7D2C2D: hue angle of 359.26º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D2C2D is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 44 45 -
CMYK 0 0.65 0.64 0.51
HSL 359.26º 0.48% 0.33% -
HSV(B) 359.26º 0.65% 0.49% -
XYZ 9.83 6.35 3.19 -
YUV 68.33 114.84 168.42 -
System Red Green Blue C M Y K H S L
Decimal 125 44 45 0 0.65 0.64 0.51 359.26 0.48 0.33
Hex 7D 2C 2D 0 41 40 33 167 30 21
Octal 175 54 55 0 101 100 63 547 60 41
Binary 1111101 101100 101101 0 1000001 1000000 110011 101100111 110000 100001

Color Harmonies of #7D2C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2C2D

Black with #7D2C2D

Text Example


Text Example

White with #7D2C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,44,45); }

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

background-color css

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

 a { background-color: rgb(125,44,45); }

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

border-color css

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

 span { border-color: rgb(125,44,45); }

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