Html Css Color HEX #721630 Claret

📋 copy color: '#721630'

red 114 ◦ green 22 ◦ blue 48

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

Shades of Claret #721630

Tints of Claret #721630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.96%

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

R = 61.96%
G = 11.96%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#721630 (or 0x721630) is known color: Claret. HEX triplet: 72, 16 and 30. RGB value is (114,22,48). Sum of RGB (Red+Green+Blue) = 114+22+48=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #721630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721630 is #8DE9CF. Grayscale: #343434. Windows color (decimal): -9300432 or 3151474. OLE color: 3151474.

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

Color convert

RGB 114 22 48 -
CMYK 0 0.81 0.58 0.55
HSL 343.04º 0.68% 0.27% -
HSV(B) 343.04º 0.81% 0.45% -
XYZ 7.76 4.36 3.23 -
YUV 52.47 125.48 171.89 -
System Red Green Blue C M Y K H S L
Decimal 114 22 48 0 0.81 0.58 0.55 343.04 0.68 0.27
Hex 72 16 30 0 51 3A 37 157 44 1B
Octal 162 26 60 0 121 72 67 527 104 33
Binary 1110010 10110 110000 0 1010001 111010 110111 101010111 1000100 11011

Color Harmonies of #721630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721630

Black with #721630

Text Example


Text Example

White with #721630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721630; }

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

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

background-color css

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

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

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

border-color css

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

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

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