Html Css Color HEX #761330 Claret

📋 copy color: '#761330'

red 118 ◦ green 19 ◦ blue 48

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

Shades of Claret #761330

Tints of Claret #761330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.95%

R = 63.78%
G = 10.27%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#761330 (or 0x761330) is known color: Claret. HEX triplet: 76, 13 and 30. RGB value is (118,19,48). Sum of RGB (Red+Green+Blue) = 118+19+48=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #761330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761330 is #89ECCF. Grayscale: #333333. Windows color (decimal): -9039056 or 3150710. OLE color: 3150710.

HSL color Cylindrical-coordinate representation of color #761330: hue angle of 342.42º 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 #761330 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 19 48 -
CMYK 0 0.84 0.59 0.54
HSL 342.42º 0.72% 0.27% -
HSV(B) 342.42º 0.84% 0.46% -
XYZ 8.24 4.53 3.24 -
YUV 51.91 125.8 175.14 -
System Red Green Blue C M Y K H S L
Decimal 118 19 48 0 0.84 0.59 0.54 342.42 0.72 0.27
Hex 76 13 30 0 54 3B 36 156 48 1B
Octal 166 23 60 0 124 73 66 526 110 33
Binary 1110110 10011 110000 0 1010100 111011 110110 101010110 1001000 11011

Color Harmonies of #761330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761330

Black with #761330

Text Example


Text Example

White with #761330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761330; }

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

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

background-color css

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

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

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

border-color css

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

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

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