Html Css Color HEX #791631 Claret

📋 copy color: '#791631'

red 121 ◦ green 22 ◦ blue 49

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

Shades of Claret #791631

Tints of Claret #791631

RGB

 RED value IS 121 (47.66% from 255) = 63.02%

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

 BLUE value IS 49 (19.53% from 255) = 25.52%

R = 63.02%
G = 11.46%
B = 25.52%

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

#791631 (or 0x791631) is known color: Claret. HEX triplet: 79, 16 and 31. RGB value is (121,22,49). Sum of RGB (Red+Green+Blue) = 121+22+49=192 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.02% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 121 - color contains mainly: red. Hex color #791631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791631 is #86E9CE. Grayscale: #363636. Windows color (decimal): -8841679 or 3217017. OLE color: 3217017.

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

Color convert

RGB 121 22 49 -
CMYK 0 0.82 0.60 0.53
HSL 343.64º 0.69% 0.28% -
HSV(B) 343.64º 0.82% 0.47% -
XYZ 8.73 4.86 3.38 -
YUV 54.68 124.8 175.3 -
System Red Green Blue C M Y K H S L
Decimal 121 22 49 0 0.82 0.60 0.53 343.64 0.69 0.28
Hex 79 16 31 0 52 3C 35 158 45 1C
Octal 171 26 61 0 122 74 65 530 105 34
Binary 1111001 10110 110001 0 1010010 111100 110101 101011000 1000101 11100

Color Harmonies of #791631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791631

Black with #791631

Text Example


Text Example

White with #791631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791631; }

 p { color: rgb(121,22,49); }

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

background-color css

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

 a { background-color: rgb(121,22,49); }

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

border-color css

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

 span { border-color: rgb(121,22,49); }

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