Html Css Color HEX #77163A Claret

📋 copy color: '#77163A'

red 119 ◦ green 22 ◦ blue 58

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

Shades of Claret #77163A

Tints of Claret #77163A

RGB

 RED value IS 119 (46.88% from 255) = 59.8%

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

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

R = 59.8%
G = 11.06%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#77163A (or 0x77163A) is known color: Claret. HEX triplet: 77, 16 and 3A. RGB value is (119,22,58). Sum of RGB (Red+Green+Blue) = 119+22+58=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #77163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77163A is #88E9C5. Grayscale: #373737. Windows color (decimal): -8972742 or 3806839. OLE color: 3806839.

HSL color Cylindrical-coordinate representation of color #77163A: hue angle of 337.73º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77163A is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 22 58 -
CMYK 0 0.82 0.51 0.53
HSL 337.73º 0.69% 0.28% -
HSV(B) 337.73º 0.82% 0.47% -
XYZ 8.66 4.8 4.47 -
YUV 55.11 129.64 173.57 -
System Red Green Blue C M Y K H S L
Decimal 119 22 58 0 0.82 0.51 0.53 337.73 0.69 0.28
Hex 77 16 3A 0 52 33 35 152 45 1C
Octal 167 26 72 0 122 63 65 522 105 34
Binary 1110111 10110 111010 0 1010010 110011 110101 101010010 1000101 11100

Color Harmonies of #77163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77163A

Black with #77163A

Text Example


Text Example

White with #77163A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,22,58); }

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

background-color css

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

 a { background-color: rgb(119,22,58); }

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

border-color css

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

 span { border-color: rgb(119,22,58); }

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