Html Css Color HEX #771D30 Claret

📋 copy color: '#771D30'

red 119 ◦ green 29 ◦ blue 48

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

Shades of Claret #771D30

Tints of Claret #771D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.49%

R = 60.71%
G = 14.8%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#771D30 (or 0x771D30) is known color: Claret. HEX triplet: 77, 1D and 30. RGB value is (119,29,48). Sum of RGB (Red+Green+Blue) = 119+29+48=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #771D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D30 is #88E2CF. Grayscale: #3A3A3A. Windows color (decimal): -8970960 or 3153271. OLE color: 3153271.

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

Color convert

RGB 119 29 48 -
CMYK 0 0.76 0.60 0.53
HSL 347.33º 0.61% 0.29% -
HSV(B) 347.33º 0.76% 0.47% -
XYZ 8.58 5.01 3.31 -
YUV 58.08 122.32 171.46 -
System Red Green Blue C M Y K H S L
Decimal 119 29 48 0 0.76 0.60 0.53 347.33 0.61 0.29
Hex 77 1D 30 0 4C 3C 35 15B 3D 1D
Octal 167 35 60 0 114 74 65 533 75 35
Binary 1110111 11101 110000 0 1001100 111100 110101 101011011 111101 11101

Color Harmonies of #771D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771D30

Black with #771D30

Text Example


Text Example

White with #771D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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