Html Css Color HEX #791532 Claret

📋 copy color: '#791532'

red 121 ◦ green 21 ◦ blue 50

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

Shades of Claret #791532

Tints of Claret #791532

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.94%

 BLUE value IS 50 (19.92% from 255) = 26.04%

R = 63.02%
G = 10.94%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#791532 (or 0x791532) is known color: Claret. HEX triplet: 79, 15 and 32. RGB value is (121,21,50). Sum of RGB (Red+Green+Blue) = 121+21+50=192 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.02% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 121 - color contains mainly: red. Hex color #791532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791532 is #86EACD. Grayscale: #363636. Windows color (decimal): -8841934 or 3282297. OLE color: 3282297.

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

Color convert

RGB 121 21 50 -
CMYK 0 0.83 0.59 0.53
HSL 342.6º 0.7% 0.28% -
HSV(B) 342.6º 0.83% 0.47% -
XYZ 8.73 4.83 3.49 -
YUV 54.21 125.63 175.64 -
System Red Green Blue C M Y K H S L
Decimal 121 21 50 0 0.83 0.59 0.53 342.6 0.7 0.28
Hex 79 15 32 0 53 3B 35 157 46 1C
Octal 171 25 62 0 123 73 65 527 106 34
Binary 1111001 10101 110010 0 1010011 111011 110101 101010111 1000110 11100

Color Harmonies of #791532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791532

Black with #791532

Text Example


Text Example

White with #791532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791532; }

 p { color: rgb(121,21,50); }

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

background-color css

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

 a { background-color: rgb(121,21,50); }

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

border-color css

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

 span { border-color: rgb(121,21,50); }

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