Html Css Color HEX #761634 Claret

📋 copy color: '#761634'

red 118 ◦ green 22 ◦ blue 52

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

Shades of Claret #761634

Tints of Claret #761634

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.46%

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

R = 61.46%
G = 11.46%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#761634 (or 0x761634) is known color: Claret. HEX triplet: 76, 16 and 34. RGB value is (118,22,52). Sum of RGB (Red+Green+Blue) = 118+22+52=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #761634 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761634 is #89E9CB. Grayscale: #363636. Windows color (decimal): -9038284 or 3413622. OLE color: 3413622.

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

Color convert

RGB 118 22 52 -
CMYK 0 0.81 0.56 0.54
HSL 341.25º 0.69% 0.27% -
HSV(B) 341.25º 0.81% 0.46% -
XYZ 8.38 4.67 3.71 -
YUV 54.12 126.8 173.56 -
System Red Green Blue C M Y K H S L
Decimal 118 22 52 0 0.81 0.56 0.54 341.25 0.69 0.27
Hex 76 16 34 0 51 38 36 155 45 1B
Octal 166 26 64 0 121 70 66 525 105 33
Binary 1110110 10110 110100 0 1010001 111000 110110 101010101 1000101 11011

Color Harmonies of #761634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761634

Black with #761634

Text Example


Text Example

White with #761634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761634; }

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

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

background-color css

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

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

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

border-color css

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

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

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