Html Css Color HEX #73283A Claret

📋 copy color: '#73283A'

red 115 ◦ green 40 ◦ blue 58

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

Shades of Claret #73283A

Tints of Claret #73283A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.78%

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

R = 53.99%
G = 18.78%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#73283A (or 0x73283A) is known color: Claret. HEX triplet: 73, 28 and 3A. RGB value is (115,40,58). Sum of RGB (Red+Green+Blue) = 115+40+58=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #73283A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73283A is #8CD7C5. Grayscale: #404040. Windows color (decimal): -9230278 or 3811443. OLE color: 3811443.

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

Color convert

RGB 115 40 58 -
CMYK 0 0.65 0.50 0.55
HSL 345.6º 0.48% 0.3% -
HSV(B) 345.6º 0.65% 0.45% -
XYZ 8.59 5.47 4.61 -
YUV 64.48 124.35 164.04 -
System Red Green Blue C M Y K H S L
Decimal 115 40 58 0 0.65 0.50 0.55 345.6 0.48 0.3
Hex 73 28 3A 0 41 32 37 15A 30 1E
Octal 163 50 72 0 101 62 67 532 60 36
Binary 1110011 101000 111010 0 1000001 110010 110111 101011010 110000 11110

Color Harmonies of #73283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73283A

Black with #73283A

Text Example


Text Example

White with #73283A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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