Html Css Color HEX #791135 Claret

📋 copy color: '#791135'

red 121 ◦ green 17 ◦ blue 53

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

Shades of Claret #791135

Tints of Claret #791135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.9%

 BLUE value IS 53 (21.09% from 255) = 27.75%

R = 63.35%
G = 8.9%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#791135 (or 0x791135) is known color: Claret. HEX triplet: 79, 11 and 35. RGB value is (121,17,53). Sum of RGB (Red+Green+Blue) = 121+17+53=191 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.35% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 121 - color contains mainly: red. Hex color #791135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791135 is #86EECA. Grayscale: #343434. Windows color (decimal): -8842955 or 3477881. OLE color: 3477881.

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

Color convert

RGB 121 17 53 -
CMYK 0 0.86 0.56 0.53
HSL 339.23º 0.75% 0.27% -
HSV(B) 339.23º 0.86% 0.47% -
XYZ 8.73 4.72 3.82 -
YUV 52.2 128.46 177.07 -
System Red Green Blue C M Y K H S L
Decimal 121 17 53 0 0.86 0.56 0.53 339.23 0.75 0.27
Hex 79 11 35 0 56 38 35 153 4B 1B
Octal 171 21 65 0 126 70 65 523 113 33
Binary 1111001 10001 110101 0 1010110 111000 110101 101010011 1001011 11011

Color Harmonies of #791135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791135

Black with #791135

Text Example


Text Example

White with #791135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791135; }

 p { color: rgb(121,17,53); }

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

background-color css

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

 a { background-color: rgb(121,17,53); }

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

border-color css

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

 span { border-color: rgb(121,17,53); }

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