Html Css Color HEX #720F33 Claret

📋 copy color: '#720F33'

red 114 ◦ green 15 ◦ blue 51

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

Shades of Claret #720F33

Tints of Claret #720F33

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.33%

 BLUE value IS 51 (20.31% from 255) = 28.33%

R = 63.33%
G = 8.33%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#720F33 (or 0x720F33) is known color: Claret. HEX triplet: 72, 0F and 33. RGB value is (114,15,51). Sum of RGB (Red+Green+Blue) = 114+15+51=180 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.33% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 114 - color contains mainly: red. Hex color #720F33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720F33 is #8DF0CC. Grayscale: #303030. Windows color (decimal): -9302221 or 3346290. OLE color: 3346290.

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

Color convert

RGB 114 15 51 -
CMYK 0 0.87 0.55 0.55
HSL 338.18º 0.77% 0.25% -
HSV(B) 338.18º 0.87% 0.45% -
XYZ 7.71 4.16 3.53 -
YUV 48.71 129.3 174.57 -
System Red Green Blue C M Y K H S L
Decimal 114 15 51 0 0.87 0.55 0.55 338.18 0.77 0.25
Hex 72 F 33 0 57 37 37 152 4D 19
Octal 162 17 63 0 127 67 67 522 115 31
Binary 1110010 1111 110011 0 1010111 110111 110111 101010010 1001101 11001

Color Harmonies of #720F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720F33

Black with #720F33

Text Example


Text Example

White with #720F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,15,51); }

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

background-color css

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

 a { background-color: rgb(114,15,51); }

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

border-color css

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

 span { border-color: rgb(114,15,51); }

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