#761B33

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

Shades of Claret #761B33

Tints of Claret #761B33

Color information

#761B33 (or 0x761B33) is unknown color: approx Claret. HEX triplet: 76, 1B and 33. RGB value is (118,27,51). Sum of RGB (Red+Green+Blue) = 118+27+51=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #761B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761B33 is #89E4CC. Grayscale: #383838. Windows color (decimal): -9037005 or 3349366. OLE color: 3349366.

HSL color Cylindrical-coordinate representation of color #761B33: hue angle of 344.18º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #761B33 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB1182751-
CMYK00.770.570.54
HSL344.18º62.76%28.43%-
HSV(B)344.18º77.12%46.27%-
XYZ8.464.873.63-
YUV56.94124.65171.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.20%
GREEN value IS 27 (10.94% from 255) = 13.78%
BLUE value IS 51 (20.31% from 255) = 26.02%
R=60.20%
G=13.78%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118275100.770.570.54344.1862.7628.43
Hex761B3304D39361583f1c
Octal1663363011571665307734
Binary1110110110111100110100110111100111011010101100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761B33; }

 p { color: rgb(118,27,51); }

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

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

 a { background-color: rgb(118,27,51); }

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

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

 span { border-color: rgb(118,27,51); }

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