Html Css Color HEX #76252D Tamarillo

📋 copy color: '#76252D'

red 118 ◦ green 37 ◦ blue 45

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

Shades of Tamarillo #76252D

Tints of Tamarillo #76252D

RGB

 RED value IS 118 (46.48% from 255) = 59%

 GREEN value IS 37 (14.84% from 255) = 18.5%

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

R = 59%
G = 18.5%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#76252D (or 0x76252D) is known color: Tamarillo. HEX triplet: 76, 25 and 2D. RGB value is (118,37,45). Sum of RGB (Red+Green+Blue) = 118+37+45=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #76252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76252D is #89DAD2. Grayscale: #3E3E3E. Windows color (decimal): -9034451 or 2958710. OLE color: 2958710.

HSL color Cylindrical-coordinate representation of color #76252D: hue angle of 354.07º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76252D is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 37 45 -
CMYK 0 0.69 0.62 0.54
HSL 354.07º 0.52% 0.3% -
HSV(B) 354.07º 0.69% 0.46% -
XYZ 8.61 5.36 3.06 -
YUV 62.13 118.34 167.85 -
System Red Green Blue C M Y K H S L
Decimal 118 37 45 0 0.69 0.62 0.54 354.07 0.52 0.3
Hex 76 25 2D 0 45 3E 36 162 34 1E
Octal 166 45 55 0 105 76 66 542 64 36
Binary 1110110 100101 101101 0 1000101 111110 110110 101100010 110100 11110

Color Harmonies of #76252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76252D

Black with #76252D

Text Example


Text Example

White with #76252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76252D; }

 p { color: rgb(118,37,45); }

 H1.HeaderClassName
 {
   color: #76252D;
 }
 .AnyTagClassName
 {
   color: #76252D;
 }
</style>

background-color css

<style>
 a { background-color: #76252D; }

 a { background-color: rgb(118,37,45); }

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

border-color css

<style>
 span { border-color: #76252D; }

 span { border-color: rgb(118,37,45); }

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