#762338

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

Shades of Claret #762338

Tints of Claret #762338

Color information

#762338 (or 0x762338) is unknown color: approx Claret. HEX triplet: 76, 23 and 38. RGB value is (118,35,56). Sum of RGB (Red+Green+Blue) = 118+35+56=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #762338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762338 is #89DCC7. Grayscale: #3E3E3E. Windows color (decimal): -9034952 or 3679094. OLE color: 3679094.

HSL color Cylindrical-coordinate representation of color #762338: hue angle of 344.82º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #762338 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB1183556-
CMYK00.700.530.54
HSL344.82º54.25%30%-
HSV(B)344.82º70.34%46.27%-
XYZ8.795.344.31-
YUV62.21124.5167.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.46%
GREEN value IS 35 (14.06% from 255) = 16.75%
BLUE value IS 56 (22.27% from 255) = 26.79%
R=56.46%
G=16.75%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118355600.700.530.54344.8254.2530
Hex7623380463536159361e
Octal1664370010665665316636
Binary11101101000111110000100011011010111011010101100111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762338; }

 p { color: rgb(118,35,56); }

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

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

 a { background-color: rgb(118,35,56); }

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

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

 span { border-color: rgb(118,35,56); }

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