Html Css Color HEX #761334 Claret

📋 copy color: '#761334'

red 118 ◦ green 19 ◦ blue 52

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

Shades of Claret #761334

Tints of Claret #761334

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.05%

 BLUE value IS 52 (20.7% from 255) = 27.51%

R = 62.43%
G = 10.05%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#761334 (or 0x761334) is known color: Claret. HEX triplet: 76, 13 and 34. RGB value is (118,19,52). Sum of RGB (Red+Green+Blue) = 118+19+52=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #761334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761334 is #89ECCB. Grayscale: #343434. Windows color (decimal): -9039052 or 3412854. OLE color: 3412854.

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

Color convert

RGB 118 19 52 -
CMYK 0 0.84 0.56 0.54
HSL 340º 0.72% 0.27% -
HSV(B) 340º 0.84% 0.46% -
XYZ 8.32 4.57 3.69 -
YUV 52.36 127.8 174.82 -
System Red Green Blue C M Y K H S L
Decimal 118 19 52 0 0.84 0.56 0.54 340 0.72 0.27
Hex 76 13 34 0 54 38 36 154 48 1B
Octal 166 23 64 0 124 70 66 524 110 33
Binary 1110110 10011 110100 0 1010100 111000 110110 101010100 1001000 11011

Color Harmonies of #761334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761334

Black with #761334

Text Example


Text Example

White with #761334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761334; }

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

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

background-color css

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

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

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

border-color css

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

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

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