Html Css Color HEX #721730 Claret

📋 copy color: '#721730'

red 114 ◦ green 23 ◦ blue 48

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

Shades of Claret #721730

Tints of Claret #721730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.43%

 BLUE value IS 48 (19.14% from 255) = 25.95%

R = 61.62%
G = 12.43%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#721730 (or 0x721730) is known color: Claret. HEX triplet: 72, 17 and 30. RGB value is (114,23,48). Sum of RGB (Red+Green+Blue) = 114+23+48=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #721730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721730 is #8DE8CF. Grayscale: #353535. Windows color (decimal): -9300176 or 3151730. OLE color: 3151730.

HSL color Cylindrical-coordinate representation of color #721730: hue angle of 343.52º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #721730 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 23 48 -
CMYK 0 0.80 0.58 0.55
HSL 343.52º 0.66% 0.27% -
HSV(B) 343.52º 0.8% 0.45% -
XYZ 7.78 4.4 3.24 -
YUV 53.06 125.15 171.47 -
System Red Green Blue C M Y K H S L
Decimal 114 23 48 0 0.80 0.58 0.55 343.52 0.66 0.27
Hex 72 17 30 0 50 3A 37 158 42 1B
Octal 162 27 60 0 120 72 67 530 102 33
Binary 1110010 10111 110000 0 1010000 111010 110111 101011000 1000010 11011

Color Harmonies of #721730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721730

Black with #721730

Text Example


Text Example

White with #721730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721730; }

 p { color: rgb(114,23,48); }

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

background-color css

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

 a { background-color: rgb(114,23,48); }

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

border-color css

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

 span { border-color: rgb(114,23,48); }

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