Html Css Color HEX #7D2B2C Tamarillo

📋 copy color: '#7D2B2C'

red 125 ◦ green 43 ◦ blue 44

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

Shades of Tamarillo #7D2B2C

Tints of Tamarillo #7D2B2C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.28%

 BLUE value IS 44 (17.58% from 255) = 20.75%

R = 58.96%
G = 20.28%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#7D2B2C (or 0x7D2B2C) is known color: Tamarillo. HEX triplet: 7D, 2B and 2C. RGB value is (125,43,44). Sum of RGB (Red+Green+Blue) = 125+43+44=212 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.96% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2B2C is #82D4D3. Grayscale: #434343. Windows color (decimal): -8574164 or 2894717. OLE color: 2894717.

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

Color convert

RGB 125 43 44 -
CMYK 0 0.66 0.65 0.51
HSL 359.27º 0.49% 0.33% -
HSV(B) 359.27º 0.66% 0.49% -
XYZ 9.78 6.27 3.08 -
YUV 67.63 114.67 168.92 -
System Red Green Blue C M Y K H S L
Decimal 125 43 44 0 0.66 0.65 0.51 359.27 0.49 0.33
Hex 7D 2B 2C 0 42 41 33 167 31 21
Octal 175 53 54 0 102 101 63 547 61 41
Binary 1111101 101011 101100 0 1000010 1000001 110011 101100111 110001 100001

Color Harmonies of #7D2B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2B2C

Black with #7D2B2C

Text Example


Text Example

White with #7D2B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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