Html Css Color HEX #721634 Claret

📋 copy color: '#721634'

red 114 ◦ green 22 ◦ blue 52

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

Shades of Claret #721634

Tints of Claret #721634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.66%

R = 60.64%
G = 11.7%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#721634 (or 0x721634) is known color: Claret. HEX triplet: 72, 16 and 34. RGB value is (114,22,52). Sum of RGB (Red+Green+Blue) = 114+22+52=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #721634 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721634 is #8DE9CB. Grayscale: #343434. Windows color (decimal): -9300428 or 3413618. OLE color: 3413618.

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

Color convert

RGB 114 22 52 -
CMYK 0 0.81 0.54 0.55
HSL 340.43º 0.68% 0.27% -
HSV(B) 340.43º 0.81% 0.45% -
XYZ 7.85 4.4 3.68 -
YUV 52.93 127.48 171.56 -
System Red Green Blue C M Y K H S L
Decimal 114 22 52 0 0.81 0.54 0.55 340.43 0.68 0.27
Hex 72 16 34 0 51 36 37 154 44 1B
Octal 162 26 64 0 121 66 67 524 104 33
Binary 1110010 10110 110100 0 1010001 110110 110111 101010100 1000100 11011

Color Harmonies of #721634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721634

Black with #721634

Text Example


Text Example

White with #721634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721634; }

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

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

background-color css

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

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

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

border-color css

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

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

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