Html Css Color HEX #771D38 Claret

📋 copy color: '#771D38'

red 119 ◦ green 29 ◦ blue 56

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

Shades of Claret #771D38

Tints of Claret #771D38

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.22%

 BLUE value IS 56 (22.27% from 255) = 27.45%

R = 58.33%
G = 14.22%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#771D38 (or 0x771D38) is known color: Claret. HEX triplet: 77, 1D and 38. RGB value is (119,29,56). Sum of RGB (Red+Green+Blue) = 119+29+56=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #771D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D38 is #88E2C7. Grayscale: #3A3A3A. Windows color (decimal): -8970952 or 3677559. OLE color: 3677559.

HSL color Cylindrical-coordinate representation of color #771D38: hue angle of 342º degrees, saturation: 0.61, 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 #771D38 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 29 56 -
CMYK 0 0.76 0.53 0.53
HSL 342º 0.61% 0.29% -
HSV(B) 342º 0.76% 0.47% -
XYZ 8.76 5.09 4.26 -
YUV 58.99 126.32 170.8 -
System Red Green Blue C M Y K H S L
Decimal 119 29 56 0 0.76 0.53 0.53 342 0.61 0.29
Hex 77 1D 38 0 4C 35 35 156 3D 1D
Octal 167 35 70 0 114 65 65 526 75 35
Binary 1110111 11101 111000 0 1001100 110101 110101 101010110 111101 11101

Color Harmonies of #771D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771D38

Black with #771D38

Text Example


Text Example

White with #771D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,29,56); }

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

background-color css

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

 a { background-color: rgb(119,29,56); }

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

border-color css

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

 span { border-color: rgb(119,29,56); }

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