Html Css Color HEX #721631 Claret

📋 copy color: '#721631'

red 114 ◦ green 22 ◦ blue 49

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

Shades of Claret #721631

Tints of Claret #721631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.89%

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

R = 61.62%
G = 11.89%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#721631 (or 0x721631) is known color: Claret. HEX triplet: 72, 16 and 31. RGB value is (114,22,49). Sum of RGB (Red+Green+Blue) = 114+22+49=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #721631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721631 is #8DE9CE. Grayscale: #343434. Windows color (decimal): -9300431 or 3217010. OLE color: 3217010.

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

Color convert

RGB 114 22 49 -
CMYK 0 0.81 0.57 0.55
HSL 342.39º 0.68% 0.27% -
HSV(B) 342.39º 0.81% 0.45% -
XYZ 7.78 4.37 3.34 -
YUV 52.59 125.98 171.8 -
System Red Green Blue C M Y K H S L
Decimal 114 22 49 0 0.81 0.57 0.55 342.39 0.68 0.27
Hex 72 16 31 0 51 39 37 156 44 1B
Octal 162 26 61 0 121 71 67 526 104 33
Binary 1110010 10110 110001 0 1010001 111001 110111 101010110 1000100 11011

Color Harmonies of #721631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721631

Black with #721631

Text Example


Text Example

White with #721631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721631; }

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

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

background-color css

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

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

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

border-color css

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

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

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