Html Css Color HEX #791336 Claret

📋 copy color: '#791336'

red 121 ◦ green 19 ◦ blue 54

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

Shades of Claret #791336

Tints of Claret #791336

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.79%

 BLUE value IS 54 (21.48% from 255) = 27.84%

R = 62.37%
G = 9.79%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#791336 (or 0x791336) is known color: Claret. HEX triplet: 79, 13 and 36. RGB value is (121,19,54). Sum of RGB (Red+Green+Blue) = 121+19+54=194 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.37% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 121 - color contains mainly: red. Hex color #791336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791336 is #86ECC9. Grayscale: #353535. Windows color (decimal): -8842442 or 3543929. OLE color: 3543929.

HSL color Cylindrical-coordinate representation of color #791336: hue angle of 339.41º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #791336 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 19 54 -
CMYK 0 0.84 0.55 0.53
HSL 339.41º 0.73% 0.27% -
HSV(B) 339.41º 0.84% 0.47% -
XYZ 8.78 4.8 3.95 -
YUV 53.49 128.29 176.15 -
System Red Green Blue C M Y K H S L
Decimal 121 19 54 0 0.84 0.55 0.53 339.41 0.73 0.27
Hex 79 13 36 0 54 37 35 153 49 1B
Octal 171 23 66 0 124 67 65 523 111 33
Binary 1111001 10011 110110 0 1010100 110111 110101 101010011 1001001 11011

Color Harmonies of #791336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791336

Black with #791336

Text Example


Text Example

White with #791336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791336; }

 p { color: rgb(121,19,54); }

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

background-color css

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

 a { background-color: rgb(121,19,54); }

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

border-color css

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

 span { border-color: rgb(121,19,54); }

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