Html Css Color HEX #722638 Claret

📋 copy color: '#722638'

red 114 ◦ green 38 ◦ blue 56

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

Shades of Claret #722638

Tints of Claret #722638

RGB

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

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

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

R = 54.81%
G = 18.27%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#722638 (or 0x722638) is known color: Claret. HEX triplet: 72, 26 and 38. RGB value is (114,38,56). Sum of RGB (Red+Green+Blue) = 114+38+56=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #722638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722638 is #8DD9C7. Grayscale: #3E3E3E. Windows color (decimal): -9296328 or 3679858. OLE color: 3679858.

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

Color convert

RGB 114 38 56 -
CMYK 0 0.67 0.51 0.55
HSL 345.79º 0.5% 0.3% -
HSV(B) 345.79º 0.67% 0.45% -
XYZ 8.35 5.25 4.31 -
YUV 62.78 124.18 164.54 -
System Red Green Blue C M Y K H S L
Decimal 114 38 56 0 0.67 0.51 0.55 345.79 0.5 0.3
Hex 72 26 38 0 43 33 37 15A 32 1E
Octal 162 46 70 0 103 63 67 532 62 36
Binary 1110010 100110 111000 0 1000011 110011 110111 101011010 110010 11110

Color Harmonies of #722638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722638

Black with #722638

Text Example


Text Example

White with #722638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722638; }

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

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

background-color css

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

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

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

border-color css

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

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

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