Html Css Color HEX #72253A Claret

📋 copy color: '#72253A'

red 114 ◦ green 37 ◦ blue 58

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

Shades of Claret #72253A

Tints of Claret #72253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.7%

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

R = 54.55%
G = 17.7%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#72253A (or 0x72253A) is known color: Claret. HEX triplet: 72, 25 and 3A. RGB value is (114,37,58). Sum of RGB (Red+Green+Blue) = 114+37+58=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #72253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72253A is #8DDAC5. Grayscale: #3E3E3E. Windows color (decimal): -9296582 or 3810674. OLE color: 3810674.

HSL color Cylindrical-coordinate representation of color #72253A: hue angle of 343.64º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72253A is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 37 58 -
CMYK 0 0.68 0.49 0.55
HSL 343.64º 0.51% 0.3% -
HSV(B) 343.64º 0.68% 0.45% -
XYZ 8.36 5.21 4.57 -
YUV 62.42 125.51 164.79 -
System Red Green Blue C M Y K H S L
Decimal 114 37 58 0 0.68 0.49 0.55 343.64 0.51 0.3
Hex 72 25 3A 0 44 31 37 158 33 1E
Octal 162 45 72 0 104 61 67 530 63 36
Binary 1110010 100101 111010 0 1000100 110001 110111 101011000 110011 11110

Color Harmonies of #72253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72253A

Black with #72253A

Text Example


Text Example

White with #72253A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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