Html Css Color HEX #721D30 Claret

📋 copy color: '#721D30'

red 114 ◦ green 29 ◦ blue 48

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

Shades of Claret #721D30

Tints of Claret #721D30

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.18%

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

R = 59.69%
G = 15.18%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#721D30 (or 0x721D30) is known color: Claret. HEX triplet: 72, 1D and 30. RGB value is (114,29,48). Sum of RGB (Red+Green+Blue) = 114+29+48=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #721D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721D30 is #8DE2CF. Grayscale: #383838. Windows color (decimal): -9298640 or 3153266. OLE color: 3153266.

HSL color Cylindrical-coordinate representation of color #721D30: hue angle of 346.59º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721D30 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 29 48 -
CMYK 0 0.75 0.58 0.55
HSL 346.59º 0.59% 0.28% -
HSV(B) 346.59º 0.75% 0.45% -
XYZ 7.91 4.67 3.28 -
YUV 56.58 123.16 168.96 -
System Red Green Blue C M Y K H S L
Decimal 114 29 48 0 0.75 0.58 0.55 346.59 0.59 0.28
Hex 72 1D 30 0 4B 3A 37 15B 3B 1C
Octal 162 35 60 0 113 72 67 533 73 34
Binary 1110010 11101 110000 0 1001011 111010 110111 101011011 111011 11100

Color Harmonies of #721D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721D30

Black with #721D30

Text Example


Text Example

White with #721D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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