Html Css Color HEX #721D37 Claret

📋 copy color: '#721D37'

red 114 ◦ green 29 ◦ blue 55

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

Shades of Claret #721D37

Tints of Claret #721D37

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.65%

 BLUE value IS 55 (21.88% from 255) = 27.78%

R = 57.58%
G = 14.65%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#721D37 (or 0x721D37) is known color: Claret. HEX triplet: 72, 1D and 37. RGB value is (114,29,55). Sum of RGB (Red+Green+Blue) = 114+29+55=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 55 (21.88% from 255 or 27.78% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #721D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721D37 is #8DE2C8. Grayscale: #393939. Windows color (decimal): -9298633 or 3612018. OLE color: 3612018.

HSL color Cylindrical-coordinate representation of color #721D37: hue angle of 341.65º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721D37 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 29 55 -
CMYK 0 0.75 0.52 0.55
HSL 341.65º 0.59% 0.28% -
HSV(B) 341.65º 0.75% 0.45% -
XYZ 8.07 4.73 4.1 -
YUV 57.38 126.66 168.39 -
System Red Green Blue C M Y K H S L
Decimal 114 29 55 0 0.75 0.52 0.55 341.65 0.59 0.28
Hex 72 1D 37 0 4B 34 37 156 3B 1C
Octal 162 35 67 0 113 64 67 526 73 34
Binary 1110010 11101 110111 0 1001011 110100 110111 101010110 111011 11100

Color Harmonies of #721D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721D37

Black with #721D37

Text Example


Text Example

White with #721D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721D37; }

 p { color: rgb(114,29,55); }

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

background-color css

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

 a { background-color: rgb(114,29,55); }

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

border-color css

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

 span { border-color: rgb(114,29,55); }

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