Html Css Color HEX #722932 Tamarillo

📋 copy color: '#722932'

red 114 ◦ green 41 ◦ blue 50

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

Shades of Tamarillo #722932

Tints of Tamarillo #722932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.39%

R = 55.61%
G = 20%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#722932 (or 0x722932) is known color: Tamarillo. HEX triplet: 72, 29 and 32. RGB value is (114,41,50). Sum of RGB (Red+Green+Blue) = 114+41+50=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #722932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722932 is #8DD6CD. Grayscale: #3F3F3F. Windows color (decimal): -9295566 or 3287410. OLE color: 3287410.

HSL color Cylindrical-coordinate representation of color #722932: hue angle of 352.6º 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 #722932 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 41 50 -
CMYK 0 0.64 0.56 0.55
HSL 352.6º 0.47% 0.3% -
HSV(B) 352.6º 0.64% 0.45% -
XYZ 8.31 5.39 3.62 -
YUV 63.85 120.18 163.77 -
System Red Green Blue C M Y K H S L
Decimal 114 41 50 0 0.64 0.56 0.55 352.6 0.47 0.3
Hex 72 29 32 0 40 38 37 161 2F 1E
Octal 162 51 62 0 100 70 67 541 57 36
Binary 1110010 101001 110010 0 1000000 111000 110111 101100001 101111 11110

Color Harmonies of #722932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722932

Black with #722932

Text Example


Text Example

White with #722932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722932; }

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

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

background-color css

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

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

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

border-color css

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

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

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