Html Css Color HEX #761730 Claret

📋 copy color: '#761730'

red 118 ◦ green 23 ◦ blue 48

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

Shades of Claret #761730

Tints of Claret #761730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.17%

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

R = 62.43%
G = 12.17%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#761730 (or 0x761730) is known color: Claret. HEX triplet: 76, 17 and 30. RGB value is (118,23,48). Sum of RGB (Red+Green+Blue) = 118+23+48=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #761730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761730 is #89E8CF. Grayscale: #363636. Windows color (decimal): -9038032 or 3151734. OLE color: 3151734.

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

Color convert

RGB 118 23 48 -
CMYK 0 0.81 0.59 0.54
HSL 344.21º 0.67% 0.28% -
HSV(B) 344.21º 0.81% 0.46% -
XYZ 8.31 4.68 3.26 -
YUV 54.26 124.47 173.47 -
System Red Green Blue C M Y K H S L
Decimal 118 23 48 0 0.81 0.59 0.54 344.21 0.67 0.28
Hex 76 17 30 0 51 3B 36 158 43 1C
Octal 166 27 60 0 121 73 66 530 103 34
Binary 1110110 10111 110000 0 1010001 111011 110110 101011000 1000011 11100

Color Harmonies of #761730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761730

Black with #761730

Text Example


Text Example

White with #761730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761730; }

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

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

background-color css

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

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

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

border-color css

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

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

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