Html Css Color HEX #761033 Claret

📋 copy color: '#761033'

red 118 ◦ green 16 ◦ blue 51

#761033
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Claret #761033

Tints of Claret #761033

RGB

 RED value IS 118 (46.48% from 255) = 63.78%

 GREEN value IS 16 (6.64% from 255) = 8.65%

 BLUE value IS 51 (20.31% from 255) = 27.57%

R = 63.78%
G = 8.65%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#761033 (or 0x761033) is known color: Claret. HEX triplet: 76, 10 and 33. RGB value is (118,16,51). Sum of RGB (Red+Green+Blue) = 118+16+51=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #761033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761033 is #89EFCC. Grayscale: #323232. Windows color (decimal): -9039821 or 3346550. OLE color: 3346550.

HSL color Cylindrical-coordinate representation of color #761033: hue angle of 339.41º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761033 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 16 51 -
CMYK 0 0.86 0.57 0.54
HSL 339.41º 0.76% 0.26% -
HSV(B) 339.41º 0.86% 0.46% -
XYZ 8.25 4.46 3.56 -
YUV 50.49 128.29 176.15 -
System Red Green Blue C M Y K H S L
Decimal 118 16 51 0 0.86 0.57 0.54 339.41 0.76 0.26
Hex 76 10 33 0 56 39 36 153 4C 1A
Octal 166 20 63 0 126 71 66 523 114 32
Binary 1110110 10000 110011 0 1010110 111001 110110 101010011 1001100 11010

Color Harmonies of #761033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761033

Black with #761033

Text Example


Text Example

White with #761033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761033; }

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

 H1.HeaderClassName
 {
   color: #761033;
 }
 .AnyTagClassName
 {
   color: #761033;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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