Html Css Color HEX #73253A Claret

📋 copy color: '#73253A'

red 115 ◦ green 37 ◦ blue 58

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

Shades of Claret #73253A

Tints of Claret #73253A

RGB

 RED value IS 115 (45.31% from 255) = 54.76%

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

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

R = 54.76%
G = 17.62%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#73253A (or 0x73253A) is known color: Claret. HEX triplet: 73, 25 and 3A. RGB value is (115,37,58). Sum of RGB (Red+Green+Blue) = 115+37+58=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #73253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73253A is #8CDAC5. Grayscale: #3E3E3E. Windows color (decimal): -9231046 or 3810675. OLE color: 3810675.

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

Color convert

RGB 115 37 58 -
CMYK 0 0.68 0.50 0.55
HSL 343.85º 0.51% 0.3% -
HSV(B) 343.85º 0.68% 0.45% -
XYZ 8.5 5.27 4.57 -
YUV 62.72 125.34 165.29 -
System Red Green Blue C M Y K H S L
Decimal 115 37 58 0 0.68 0.50 0.55 343.85 0.51 0.3
Hex 73 25 3A 0 44 32 37 158 33 1E
Octal 163 45 72 0 104 62 67 530 63 36
Binary 1110011 100101 111010 0 1000100 110010 110111 101011000 110011 11110

Color Harmonies of #73253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73253A

Black with #73253A

Text Example


Text Example

White with #73253A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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