Html Css Color HEX #76193A Claret

📋 copy color: '#76193A'

red 118 ◦ green 25 ◦ blue 58

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

Shades of Claret #76193A

Tints of Claret #76193A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.44%

 BLUE value IS 58 (23.05% from 255) = 28.86%

R = 58.71%
G = 12.44%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#76193A (or 0x76193A) is known color: Claret. HEX triplet: 76, 19 and 3A. RGB value is (118,25,58). Sum of RGB (Red+Green+Blue) = 118+25+58=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #76193A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76193A is #89E6C5. Grayscale: #383838. Windows color (decimal): -9037510 or 3807606. OLE color: 3807606.

HSL color Cylindrical-coordinate representation of color #76193A: hue angle of 338.71º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76193A is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 25 58 -
CMYK 0 0.79 0.51 0.54
HSL 338.71º 0.65% 0.28% -
HSV(B) 338.71º 0.79% 0.46% -
XYZ 8.58 4.85 4.49 -
YUV 56.57 128.81 171.82 -
System Red Green Blue C M Y K H S L
Decimal 118 25 58 0 0.79 0.51 0.54 338.71 0.65 0.28
Hex 76 19 3A 0 4F 33 36 153 41 1C
Octal 166 31 72 0 117 63 66 523 101 34
Binary 1110110 11001 111010 0 1001111 110011 110110 101010011 1000001 11100

Color Harmonies of #76193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76193A

Black with #76193A

Text Example


Text Example

White with #76193A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76193A; }

 p { color: rgb(118,25,58); }

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

background-color css

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

 a { background-color: rgb(118,25,58); }

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

border-color css

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

 span { border-color: rgb(118,25,58); }

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