Html Css Color HEX #77152F Claret

📋 copy color: '#77152F'

red 119 ◦ green 21 ◦ blue 47

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

Shades of Claret #77152F

Tints of Claret #77152F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.23%

 BLUE value IS 47 (18.75% from 255) = 25.13%

R = 63.64%
G = 11.23%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77152F (or 0x77152F) is known color: Claret. HEX triplet: 77, 15 and 2F. RGB value is (119,21,47). Sum of RGB (Red+Green+Blue) = 119+21+47=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #77152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77152F is #88EAD0. Grayscale: #353535. Windows color (decimal): -8973009 or 3085687. OLE color: 3085687.

HSL color Cylindrical-coordinate representation of color #77152F: hue angle of 344.08º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77152F is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 21 47 -
CMYK 0 0.82 0.61 0.53
HSL 344.08º 0.7% 0.27% -
HSV(B) 344.08º 0.82% 0.47% -
XYZ 8.39 4.66 3.15 -
YUV 53.27 124.47 174.89 -
System Red Green Blue C M Y K H S L
Decimal 119 21 47 0 0.82 0.61 0.53 344.08 0.7 0.27
Hex 77 15 2F 0 52 3D 35 158 46 1B
Octal 167 25 57 0 122 75 65 530 106 33
Binary 1110111 10101 101111 0 1010010 111101 110101 101011000 1000110 11011

Color Harmonies of #77152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77152F

Black with #77152F

Text Example


Text Example

White with #77152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77152F; }

 p { color: rgb(119,21,47); }

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

background-color css

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

 a { background-color: rgb(119,21,47); }

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

border-color css

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

 span { border-color: rgb(119,21,47); }

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