Html Css Color HEX #72292A Tamarillo

📋 copy color: '#72292A'

red 114 ◦ green 41 ◦ blue 42

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

Shades of Tamarillo #72292A

Tints of Tamarillo #72292A

RGB

 RED value IS 114 (44.92% from 255) = 57.87%

 GREEN value IS 41 (16.41% from 255) = 20.81%

 BLUE value IS 42 (16.8% from 255) = 21.32%

R = 57.87%
G = 20.81%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#72292A (or 0x72292A) is known color: Tamarillo. HEX triplet: 72, 29 and 2A. RGB value is (114,41,42). Sum of RGB (Red+Green+Blue) = 114+41+42=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #72292A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72292A is #8DD6D5. Grayscale: #3F3F3F. Windows color (decimal): -9295574 or 2763122. OLE color: 2763122.

HSL color Cylindrical-coordinate representation of color #72292A: hue angle of 359.18º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #72292A is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 41 42 -
CMYK 0 0.64 0.63 0.55
HSL 359.18º 0.47% 0.3% -
HSV(B) 359.18º 0.64% 0.45% -
XYZ 8.15 5.33 2.79 -
YUV 62.94 116.18 164.42 -
System Red Green Blue C M Y K H S L
Decimal 114 41 42 0 0.64 0.63 0.55 359.18 0.47 0.3
Hex 72 29 2A 0 40 3F 37 167 2F 1E
Octal 162 51 52 0 100 77 67 547 57 36
Binary 1110010 101001 101010 0 1000000 111111 110111 101100111 101111 11110

Color Harmonies of #72292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72292A

Black with #72292A

Text Example


Text Example

White with #72292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72292A; }

 p { color: rgb(114,41,42); }

 H1.HeaderClassName
 {
   color: #72292A;
 }
 .AnyTagClassName
 {
   color: #72292A;
 }
</style>

background-color css

<style>
 a { background-color: #72292A; }

 a { background-color: rgb(114,41,42); }

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

border-color css

<style>
 span { border-color: #72292A; }

 span { border-color: rgb(114,41,42); }

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