Html Css Color HEX #722030 Claret

📋 copy color: '#722030'

red 114 ◦ green 32 ◦ blue 48

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

Shades of Claret #722030

Tints of Claret #722030

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.49%

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

R = 58.76%
G = 16.49%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#722030 (or 0x722030) is known color: Claret. HEX triplet: 72, 20 and 30. RGB value is (114,32,48). Sum of RGB (Red+Green+Blue) = 114+32+48=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #722030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722030 is #8DDFCF. Grayscale: #3A3A3A. Windows color (decimal): -9297872 or 3154034. OLE color: 3154034.

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

Color convert

RGB 114 32 48 -
CMYK 0 0.72 0.58 0.55
HSL 348.29º 0.56% 0.29% -
HSV(B) 348.29º 0.72% 0.45% -
XYZ 7.99 4.82 3.31 -
YUV 58.34 122.17 167.7 -
System Red Green Blue C M Y K H S L
Decimal 114 32 48 0 0.72 0.58 0.55 348.29 0.56 0.29
Hex 72 20 30 0 48 3A 37 15C 38 1D
Octal 162 40 60 0 110 72 67 534 70 35
Binary 1110010 100000 110000 0 1001000 111010 110111 101011100 111000 11101

Color Harmonies of #722030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722030

Black with #722030

Text Example


Text Example

White with #722030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722030; }

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

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

background-color css

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

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

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

border-color css

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

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

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