Html Css Color HEX #722631 Claret

📋 copy color: '#722631'

red 114 ◦ green 38 ◦ blue 49

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

Shades of Claret #722631

Tints of Claret #722631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.91%

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

R = 56.72%
G = 18.91%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#722631 (or 0x722631) is known color: Claret. HEX triplet: 72, 26 and 31. RGB value is (114,38,49). Sum of RGB (Red+Green+Blue) = 114+38+49=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #722631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722631 is #8DD9CE. Grayscale: #3E3E3E. Windows color (decimal): -9296335 or 3221106. OLE color: 3221106.

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

Color convert

RGB 114 38 49 -
CMYK 0 0.67 0.57 0.55
HSL 351.32º 0.5% 0.3% -
HSV(B) 351.32º 0.67% 0.45% -
XYZ 8.19 5.19 3.48 -
YUV 61.98 120.68 165.11 -
System Red Green Blue C M Y K H S L
Decimal 114 38 49 0 0.67 0.57 0.55 351.32 0.5 0.3
Hex 72 26 31 0 43 39 37 15F 32 1E
Octal 162 46 61 0 103 71 67 537 62 36
Binary 1110010 100110 110001 0 1000011 111001 110111 101011111 110010 11110

Color Harmonies of #722631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722631

Black with #722631

Text Example


Text Example

White with #722631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722631; }

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

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

background-color css

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

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

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

border-color css

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

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

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