Html Css Color HEX #722330 Claret

📋 copy color: '#722330'

red 114 ◦ green 35 ◦ blue 48

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

Shades of Claret #722330

Tints of Claret #722330

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.77%

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

R = 57.87%
G = 17.77%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#722330 (or 0x722330) is known color: Claret. HEX triplet: 72, 23 and 30. RGB value is (114,35,48). Sum of RGB (Red+Green+Blue) = 114+35+48=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #722330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722330 is #8DDCCF. Grayscale: #3C3C3C. Windows color (decimal): -9297104 or 3154802. OLE color: 3154802.

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

Color convert

RGB 114 35 48 -
CMYK 0 0.69 0.58 0.55
HSL 350.13º 0.53% 0.29% -
HSV(B) 350.13º 0.69% 0.45% -
XYZ 8.07 4.99 3.33 -
YUV 60.1 121.17 166.44 -
System Red Green Blue C M Y K H S L
Decimal 114 35 48 0 0.69 0.58 0.55 350.13 0.53 0.29
Hex 72 23 30 0 45 3A 37 15E 35 1D
Octal 162 43 60 0 105 72 67 536 65 35
Binary 1110010 100011 110000 0 1000101 111010 110111 101011110 110101 11101

Color Harmonies of #722330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722330

Black with #722330

Text Example


Text Example

White with #722330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722330; }

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

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

background-color css

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

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

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

border-color css

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

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

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