Html Css Color HEX #73273A Claret

📋 copy color: '#73273A'

red 115 ◦ green 39 ◦ blue 58

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

Shades of Claret #73273A

Tints of Claret #73273A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.4%

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

R = 54.25%
G = 18.4%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#73273A (or 0x73273A) is known color: Claret. HEX triplet: 73, 27 and 3A. RGB value is (115,39,58). Sum of RGB (Red+Green+Blue) = 115+39+58=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #73273A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73273A is #8CD8C5. Grayscale: #3F3F3F. Windows color (decimal): -9230534 or 3811187. OLE color: 3811187.

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

Color convert

RGB 115 39 58 -
CMYK 0 0.66 0.50 0.55
HSL 345º 0.49% 0.3% -
HSV(B) 345º 0.66% 0.45% -
XYZ 8.56 5.4 4.59 -
YUV 63.89 124.68 164.46 -
System Red Green Blue C M Y K H S L
Decimal 115 39 58 0 0.66 0.50 0.55 345 0.49 0.3
Hex 73 27 3A 0 42 32 37 159 31 1E
Octal 163 47 72 0 102 62 67 531 61 36
Binary 1110011 100111 111010 0 1000010 110010 110111 101011001 110001 11110

Color Harmonies of #73273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73273A

Black with #73273A

Text Example


Text Example

White with #73273A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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