#76263A

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

Shades of Claret #76263A

Tints of Claret #76263A

Color information

#76263A (or 0x76263A) is unknown color: approx Claret. HEX triplet: 76, 26 and 3A. RGB value is (118,38,58). Sum of RGB (Red+Green+Blue) = 118+38+58=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76263A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76263A is #89D9C5. Grayscale: #404040. Windows color (decimal): -9034182 or 3810934. OLE color: 3810934.

HSL color Cylindrical-coordinate representation of color #76263A: hue angle of 345º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76263A is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB1183858-
CMYK00.680.510.54
HSL345º51.28%30.59%-
HSV(B)345º67.8%46.27%-
XYZ8.935.544.6-
YUV64.2124.5166.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.14%
GREEN value IS 38 (15.23% from 255) = 17.76%
BLUE value IS 58 (23.05% from 255) = 27.10%
R=55.14%
G=17.76%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118385800.680.510.5434551.2830.59
Hex76263A0443336159331f
Octal1664672010463665316337
Binary11101101001101110100100010011001111011010101100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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