Html Css Color HEX #721030 Claret

📋 copy color: '#721030'

red 114 ◦ green 16 ◦ blue 48

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

Shades of Claret #721030

Tints of Claret #721030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.99%

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

R = 64.04%
G = 8.99%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#721030 (or 0x721030) is known color: Claret. HEX triplet: 72, 10 and 30. RGB value is (114,16,48). Sum of RGB (Red+Green+Blue) = 114+16+48=178 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.04% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 114 - color contains mainly: red. Hex color #721030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721030 is #8DEFCF. Grayscale: #303030. Windows color (decimal): -9301968 or 3149938. OLE color: 3149938.

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

Color convert

RGB 114 16 48 -
CMYK 0 0.86 0.58 0.55
HSL 340.41º 0.75% 0.25% -
HSV(B) 340.41º 0.86% 0.45% -
XYZ 7.66 4.16 3.2 -
YUV 48.95 127.47 174.4 -
System Red Green Blue C M Y K H S L
Decimal 114 16 48 0 0.86 0.58 0.55 340.41 0.75 0.25
Hex 72 10 30 0 56 3A 37 154 4B 19
Octal 162 20 60 0 126 72 67 524 113 31
Binary 1110010 10000 110000 0 1010110 111010 110111 101010100 1001011 11001

Color Harmonies of #721030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721030

Black with #721030

Text Example


Text Example

White with #721030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721030; }

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

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

background-color css

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

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

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

border-color css

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

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

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