Html Css Color HEX #722838 Claret

📋 copy color: '#722838'

red 114 ◦ green 40 ◦ blue 56

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

Shades of Claret #722838

Tints of Claret #722838

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.05%

 BLUE value IS 56 (22.27% from 255) = 26.67%

R = 54.29%
G = 19.05%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#722838 (or 0x722838) is known color: Claret. HEX triplet: 72, 28 and 38. RGB value is (114,40,56). Sum of RGB (Red+Green+Blue) = 114+40+56=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #722838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722838 is #8DD7C7. Grayscale: #3F3F3F. Windows color (decimal): -9295816 or 3680370. OLE color: 3680370.

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

Color convert

RGB 114 40 56 -
CMYK 0 0.65 0.51 0.55
HSL 347.03º 0.48% 0.3% -
HSV(B) 347.03º 0.65% 0.45% -
XYZ 8.41 5.38 4.34 -
YUV 63.95 123.52 163.7 -
System Red Green Blue C M Y K H S L
Decimal 114 40 56 0 0.65 0.51 0.55 347.03 0.48 0.3
Hex 72 28 38 0 41 33 37 15B 30 1E
Octal 162 50 70 0 101 63 67 533 60 36
Binary 1110010 101000 111000 0 1000001 110011 110111 101011011 110000 11110

Color Harmonies of #722838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722838

Black with #722838

Text Example


Text Example

White with #722838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722838; }

 p { color: rgb(114,40,56); }

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

background-color css

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

 a { background-color: rgb(114,40,56); }

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

border-color css

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

 span { border-color: rgb(114,40,56); }

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