Html Css Color HEX #771C33 Claret

📋 copy color: '#771C33'

red 119 ◦ green 28 ◦ blue 51

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

Shades of Claret #771C33

Tints of Claret #771C33

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.14%

 BLUE value IS 51 (20.31% from 255) = 25.76%

R = 60.1%
G = 14.14%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#771C33 (or 0x771C33) is known color: Claret. HEX triplet: 77, 1C and 33. RGB value is (119,28,51). Sum of RGB (Red+Green+Blue) = 119+28+51=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #771C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771C33 is #88E3CC. Grayscale: #393939. Windows color (decimal): -8971213 or 3349623. OLE color: 3349623.

HSL color Cylindrical-coordinate representation of color #771C33: hue angle of 344.84º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771C33 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 28 51 -
CMYK 0 0.76 0.57 0.53
HSL 344.84º 0.62% 0.29% -
HSV(B) 344.84º 0.76% 0.47% -
XYZ 8.62 4.99 3.64 -
YUV 57.83 124.15 171.63 -
System Red Green Blue C M Y K H S L
Decimal 119 28 51 0 0.76 0.57 0.53 344.84 0.62 0.29
Hex 77 1C 33 0 4C 39 35 159 3E 1D
Octal 167 34 63 0 114 71 65 531 76 35
Binary 1110111 11100 110011 0 1001100 111001 110101 101011001 111110 11101

Color Harmonies of #771C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771C33

Black with #771C33

Text Example


Text Example

White with #771C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771C33; }

 p { color: rgb(119,28,51); }

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

background-color css

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

 a { background-color: rgb(119,28,51); }

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

border-color css

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

 span { border-color: rgb(119,28,51); }

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