Html Css Color HEX #722531 Claret

📋 copy color: '#722531'

red 114 ◦ green 37 ◦ blue 49

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

Shades of Claret #722531

Tints of Claret #722531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 24.5%

R = 57%
G = 18.5%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#722531 (or 0x722531) is known color: Claret. HEX triplet: 72, 25 and 31. RGB value is (114,37,49). Sum of RGB (Red+Green+Blue) = 114+37+49=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #722531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722531 is #8DDACE. Grayscale: #3D3D3D. Windows color (decimal): -9296591 or 3220850. OLE color: 3220850.

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

Color convert

RGB 114 37 49 -
CMYK 0 0.68 0.57 0.55
HSL 350.65º 0.51% 0.3% -
HSV(B) 350.65º 0.68% 0.45% -
XYZ 8.16 5.12 3.46 -
YUV 61.39 121.01 165.52 -
System Red Green Blue C M Y K H S L
Decimal 114 37 49 0 0.68 0.57 0.55 350.65 0.51 0.3
Hex 72 25 31 0 44 39 37 15F 33 1E
Octal 162 45 61 0 104 71 67 537 63 36
Binary 1110010 100101 110001 0 1000100 111001 110111 101011111 110011 11110

Color Harmonies of #722531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722531

Black with #722531

Text Example


Text Example

White with #722531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722531; }

 p { color: rgb(114,37,49); }

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

background-color css

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

 a { background-color: rgb(114,37,49); }

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

border-color css

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

 span { border-color: rgb(114,37,49); }

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