Html Css Color HEX #721C30 Claret

📋 copy color: '#721C30'

red 114 ◦ green 28 ◦ blue 48

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

Shades of Claret #721C30

Tints of Claret #721C30

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.74%

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

R = 60%
G = 14.74%
B = 25.26%

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

#721C30 (or 0x721C30) is known color: Claret. HEX triplet: 72, 1C and 30. RGB value is (114,28,48). Sum of RGB (Red+Green+Blue) = 114+28+48=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #721C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721C30 is #8DE3CF. Grayscale: #383838. Windows color (decimal): -9298896 or 3153010. OLE color: 3153010.

HSL color Cylindrical-coordinate representation of color #721C30: hue angle of 346.05º degrees, saturation: 0.61, 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 #721C30 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 28 48 -
CMYK 0 0.75 0.58 0.55
HSL 346.05º 0.61% 0.28% -
HSV(B) 346.05º 0.75% 0.45% -
XYZ 7.89 4.62 3.27 -
YUV 55.99 123.49 169.37 -
System Red Green Blue C M Y K H S L
Decimal 114 28 48 0 0.75 0.58 0.55 346.05 0.61 0.28
Hex 72 1C 30 0 4B 3A 37 15A 3D 1C
Octal 162 34 60 0 113 72 67 532 75 34
Binary 1110010 11100 110000 0 1001011 111010 110111 101011010 111101 11100

Color Harmonies of #721C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721C30

Black with #721C30

Text Example


Text Example

White with #721C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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