Html Css Color HEX #720D2E Claret

📋 copy color: '#720D2E'

red 114 ◦ green 13 ◦ blue 46

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

Shades of Claret #720D2E

Tints of Claret #720D2E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.51%

 BLUE value IS 46 (18.36% from 255) = 26.59%

R = 65.9%
G = 7.51%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#720D2E (or 0x720D2E) is known color: Claret. HEX triplet: 72, 0D and 2E. RGB value is (114,13,46). Sum of RGB (Red+Green+Blue) = 114+13+46=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #720D2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720D2E is #8DF2D1. Grayscale: #2E2E2E. Windows color (decimal): -9302738 or 3018098. OLE color: 3018098.

HSL color Cylindrical-coordinate representation of color #720D2E: hue angle of 340.4º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #720D2E is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 13 46 -
CMYK 0 0.89 0.60 0.55
HSL 340.4º 0.8% 0.25% -
HSV(B) 340.4º 0.89% 0.45% -
XYZ 7.58 4.06 2.97 -
YUV 46.96 127.46 175.82 -
System Red Green Blue C M Y K H S L
Decimal 114 13 46 0 0.89 0.60 0.55 340.4 0.8 0.25
Hex 72 D 2E 0 59 3C 37 154 50 19
Octal 162 15 56 0 131 74 67 524 120 31
Binary 1110010 1101 101110 0 1011001 111100 110111 101010100 1010000 11001

Color Harmonies of #720D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720D2E

Black with #720D2E

Text Example


Text Example

White with #720D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720D2E; }

 p { color: rgb(114,13,46); }

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

background-color css

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

 a { background-color: rgb(114,13,46); }

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

border-color css

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

 span { border-color: rgb(114,13,46); }

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