#762234

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

Shades of Claret #762234

Tints of Claret #762234

Color information

#762234 (or 0x762234) is unknown color: approx Claret. HEX triplet: 76, 22 and 34. RGB value is (118,34,52). Sum of RGB (Red+Green+Blue) = 118+34+52=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #762234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762234 is #89DDCB. Grayscale: #3D3D3D. Windows color (decimal): -9035212 or 3416694. OLE color: 3416694.

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

Color convert

RGB1183452-
CMYK00.710.560.54
HSL347.14º55.26%29.8%-
HSV(B)347.14º71.19%46.27%-
XYZ8.665.243.8-
YUV61.17122.83168.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.84%
GREEN value IS 34 (13.67% from 255) = 16.67%
BLUE value IS 52 (20.70% from 255) = 25.49%
R=57.84%
G=16.67%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118345200.710.560.54347.1455.2629.8
Hex762234047383615b371e
Octal1664264010770665336736
Binary11101101000101101000100011111100011011010101101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762234; }

 p { color: rgb(118,34,52); }

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

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

 a { background-color: rgb(118,34,52); }

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

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

 span { border-color: rgb(118,34,52); }

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