Html Css Color HEX #77213A Claret

📋 copy color: '#77213A'

red 119 ◦ green 33 ◦ blue 58

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

Shades of Claret #77213A

Tints of Claret #77213A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.71%

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

R = 56.67%
G = 15.71%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#77213A (or 0x77213A) is known color: Claret. HEX triplet: 77, 21 and 3A. RGB value is (119,33,58). Sum of RGB (Red+Green+Blue) = 119+33+58=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #77213A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77213A is #88DEC5. Grayscale: #3D3D3D. Windows color (decimal): -8969926 or 3809655. OLE color: 3809655.

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

Color convert

RGB 119 33 58 -
CMYK 0 0.72 0.51 0.53
HSL 342.56º 0.57% 0.3% -
HSV(B) 342.56º 0.72% 0.47% -
XYZ 8.92 5.32 4.56 -
YUV 61.56 125.99 168.97 -
System Red Green Blue C M Y K H S L
Decimal 119 33 58 0 0.72 0.51 0.53 342.56 0.57 0.3
Hex 77 21 3A 0 48 33 35 157 39 1E
Octal 167 41 72 0 110 63 65 527 71 36
Binary 1110111 100001 111010 0 1001000 110011 110101 101010111 111001 11110

Color Harmonies of #77213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77213A

Black with #77213A

Text Example


Text Example

White with #77213A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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