Html Css Color HEX #761530 Claret

📋 copy color: '#761530'

red 118 ◦ green 21 ◦ blue 48

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

Shades of Claret #761530

Tints of Claret #761530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.23%

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

R = 63.1%
G = 11.23%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#761530 (or 0x761530) is known color: Claret. HEX triplet: 76, 15 and 30. RGB value is (118,21,48). Sum of RGB (Red+Green+Blue) = 118+21+48=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #761530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761530 is #89EACF. Grayscale: #353535. Windows color (decimal): -9038544 or 3151222. OLE color: 3151222.

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

Color convert

RGB 118 21 48 -
CMYK 0 0.82 0.59 0.54
HSL 343.3º 0.7% 0.27% -
HSV(B) 343.3º 0.82% 0.46% -
XYZ 8.27 4.6 3.25 -
YUV 53.08 125.14 174.3 -
System Red Green Blue C M Y K H S L
Decimal 118 21 48 0 0.82 0.59 0.54 343.3 0.7 0.27
Hex 76 15 30 0 52 3B 36 157 46 1B
Octal 166 25 60 0 122 73 66 527 106 33
Binary 1110110 10101 110000 0 1010010 111011 110110 101010111 1000110 11011

Color Harmonies of #761530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761530

Black with #761530

Text Example


Text Example

White with #761530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761530; }

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

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

background-color css

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

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

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

border-color css

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

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

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