Html Css Color HEX #771630 Claret

📋 copy color: '#771630'

red 119 ◦ green 22 ◦ blue 48

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

Shades of Claret #771630

Tints of Claret #771630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.64%

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

R = 62.96%
G = 11.64%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#771630 (or 0x771630) is known color: Claret. HEX triplet: 77, 16 and 30. RGB value is (119,22,48). Sum of RGB (Red+Green+Blue) = 119+22+48=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #771630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771630 is #88E9CF. Grayscale: #353535. Windows color (decimal): -8972752 or 3151479. OLE color: 3151479.

HSL color Cylindrical-coordinate representation of color #771630: hue angle of 343.92º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #771630 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 22 48 -
CMYK 0 0.82 0.60 0.53
HSL 343.92º 0.69% 0.28% -
HSV(B) 343.92º 0.82% 0.47% -
XYZ 8.43 4.71 3.26 -
YUV 53.97 124.64 174.39 -
System Red Green Blue C M Y K H S L
Decimal 119 22 48 0 0.82 0.60 0.53 343.92 0.69 0.28
Hex 77 16 30 0 52 3C 35 158 45 1C
Octal 167 26 60 0 122 74 65 530 105 34
Binary 1110111 10110 110000 0 1010010 111100 110101 101011000 1000101 11100

Color Harmonies of #771630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771630

Black with #771630

Text Example


Text Example

White with #771630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771630; }

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

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

background-color css

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

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

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

border-color css

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

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

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