Html Css Color HEX #722732 Claret

📋 copy color: '#722732'

red 114 ◦ green 39 ◦ blue 50

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

Shades of Claret #722732

Tints of Claret #722732

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.21%

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

R = 56.16%
G = 19.21%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#722732 (or 0x722732) is known color: Claret. HEX triplet: 72, 27 and 32. RGB value is (114,39,50). Sum of RGB (Red+Green+Blue) = 114+39+50=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #722732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722732 is #8DD8CD. Grayscale: #3E3E3E. Windows color (decimal): -9296078 or 3286898. OLE color: 3286898.

HSL color Cylindrical-coordinate representation of color #722732: hue angle of 351.2º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #722732 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 39 50 -
CMYK 0 0.66 0.56 0.55
HSL 351.2º 0.49% 0.3% -
HSV(B) 351.2º 0.66% 0.45% -
XYZ 8.24 5.26 3.6 -
YUV 62.68 120.85 164.61 -
System Red Green Blue C M Y K H S L
Decimal 114 39 50 0 0.66 0.56 0.55 351.2 0.49 0.3
Hex 72 27 32 0 42 38 37 15F 31 1E
Octal 162 47 62 0 102 70 67 537 61 36
Binary 1110010 100111 110010 0 1000010 111000 110111 101011111 110001 11110

Color Harmonies of #722732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722732

Black with #722732

Text Example


Text Example

White with #722732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722732; }

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

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

background-color css

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

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

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

border-color css

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

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

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