Html Css Color HEX #72203A Claret

📋 copy color: '#72203A'

red 114 ◦ green 32 ◦ blue 58

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

Shades of Claret #72203A

Tints of Claret #72203A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.43%

R = 55.88%
G = 15.69%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#72203A (or 0x72203A) is known color: Claret. HEX triplet: 72, 20 and 3A. RGB value is (114,32,58). Sum of RGB (Red+Green+Blue) = 114+32+58=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #72203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72203A is #8DDFC5. Grayscale: #3B3B3B. Windows color (decimal): -9297862 or 3809394. OLE color: 3809394.

HSL color Cylindrical-coordinate representation of color #72203A: hue angle of 340.98º 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 #72203A is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 32 58 -
CMYK 0 0.72 0.49 0.55
HSL 340.98º 0.56% 0.29% -
HSV(B) 340.98º 0.72% 0.45% -
XYZ 8.22 4.92 4.52 -
YUV 59.48 127.17 166.89 -
System Red Green Blue C M Y K H S L
Decimal 114 32 58 0 0.72 0.49 0.55 340.98 0.56 0.29
Hex 72 20 3A 0 48 31 37 155 38 1D
Octal 162 40 72 0 110 61 67 525 70 35
Binary 1110010 100000 111010 0 1001000 110001 110111 101010101 111000 11101

Color Harmonies of #72203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72203A

Black with #72203A

Text Example


Text Example

White with #72203A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72203A; }

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

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

background-color css

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

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

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

border-color css

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

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

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