Html Css Color HEX #722A36 Claret

📋 copy color: '#722A36'

red 114 ◦ green 42 ◦ blue 54

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

Shades of Claret #722A36

Tints of Claret #722A36

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20%

 BLUE value IS 54 (21.48% from 255) = 25.71%

R = 54.29%
G = 20%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#722A36 (or 0x722A36) is known color: Claret. HEX triplet: 72, 2A and 36. RGB value is (114,42,54). Sum of RGB (Red+Green+Blue) = 114+42+54=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #722A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722A36 is #8DD5C9. Grayscale: #404040. Windows color (decimal): -9295306 or 3549810. OLE color: 3549810.

HSL color Cylindrical-coordinate representation of color #722A36: hue angle of 350º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #722A36 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 42 54 -
CMYK 0 0.63 0.53 0.55
HSL 350º 0.46% 0.31% -
HSV(B) 350º 0.63% 0.45% -
XYZ 8.43 5.5 4.11 -
YUV 64.9 121.85 163.02 -
System Red Green Blue C M Y K H S L
Decimal 114 42 54 0 0.63 0.53 0.55 350 0.46 0.31
Hex 72 2A 36 0 3F 35 37 15E 2E 1F
Octal 162 52 66 0 77 65 67 536 56 37
Binary 1110010 101010 110110 0 111111 110101 110111 101011110 101110 11111

Color Harmonies of #722A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722A36

Black with #722A36

Text Example


Text Example

White with #722A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722A36; }

 p { color: rgb(114,42,54); }

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

background-color css

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

 a { background-color: rgb(114,42,54); }

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

border-color css

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

 span { border-color: rgb(114,42,54); }

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