Html Css Color HEX #791936 Claret

📋 copy color: '#791936'

red 121 ◦ green 25 ◦ blue 54

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

Shades of Claret #791936

Tints of Claret #791936

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.5%

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

R = 60.5%
G = 12.5%
B = 27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#791936 (or 0x791936) is known color: Claret. HEX triplet: 79, 19 and 36. RGB value is (121,25,54). Sum of RGB (Red+Green+Blue) = 121+25+54=200 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 121 - color contains mainly: red. Hex color #791936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791936 is #86E6C9. Grayscale: #383838. Windows color (decimal): -8840906 or 3545465. OLE color: 3545465.

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

Color convert

RGB 121 25 54 -
CMYK 0 0.79 0.55 0.53
HSL 341.88º 0.66% 0.29% -
HSV(B) 341.88º 0.79% 0.47% -
XYZ 8.9 5.03 3.99 -
YUV 57.01 126.3 173.64 -
System Red Green Blue C M Y K H S L
Decimal 121 25 54 0 0.79 0.55 0.53 341.88 0.66 0.29
Hex 79 19 36 0 4F 37 35 156 42 1D
Octal 171 31 66 0 117 67 65 526 102 35
Binary 1111001 11001 110110 0 1001111 110111 110101 101010110 1000010 11101

Color Harmonies of #791936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791936

Black with #791936

Text Example


Text Example

White with #791936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791936; }

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

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

background-color css

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

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

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

border-color css

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

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

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