#73263A

Color #73263A Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #73263A

Tints of Claret #73263A

Color information

#73263A (or 0x73263A) is unknown color: approx Claret. HEX triplet: 73, 26 and 3A. RGB value is (115,38,58). Sum of RGB (Red+Green+Blue) = 115+38+58=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #73263A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73263A is #8CD9C5. Grayscale: #3F3F3F. Windows color (decimal): -9230790 or 3810931. OLE color: 3810931.

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

Color convert

RGB1153858-
CMYK00.670.500.55
HSL344.42º50.33%30%-
HSV(B)344.42º66.96%45.1%-
XYZ8.535.344.58-
YUV63.3125.01164.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.50%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 58 (23.05% from 255) = 27.49%
R=54.50%
G=18.01%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115385800.670.500.55344.4250.3330
Hex73263A0433237158321e
Octal1634672010362675306236
Binary11100111001101110100100001111001011011110101100011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #73263A;
 }
 .AnyTagClassName
 {
   color: #73263A;
 }
</style>
background-color css

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

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

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

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

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

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