Html Css Color HEX #791939 Claret

📋 copy color: '#791939'

red 121 ◦ green 25 ◦ blue 57

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

Shades of Claret #791939

Tints of Claret #791939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 28.08%

R = 59.61%
G = 12.32%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#791939 (or 0x791939) is known color: Claret. HEX triplet: 79, 19 and 39. RGB value is (121,25,57). Sum of RGB (Red+Green+Blue) = 121+25+57=203 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.61% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 121 - color contains mainly: red. Hex color #791939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791939 is #86E6C6. Grayscale: #393939. Windows color (decimal): -8840903 or 3742073. OLE color: 3742073.

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

Color convert

RGB 121 25 57 -
CMYK 0 0.79 0.53 0.53
HSL 340º 0.66% 0.29% -
HSV(B) 340º 0.79% 0.47% -
XYZ 8.97 5.06 4.37 -
YUV 57.35 127.8 173.4 -
System Red Green Blue C M Y K H S L
Decimal 121 25 57 0 0.79 0.53 0.53 340 0.66 0.29
Hex 79 19 39 0 4F 35 35 154 42 1D
Octal 171 31 71 0 117 65 65 524 102 35
Binary 1111001 11001 111001 0 1001111 110101 110101 101010100 1000010 11101

Color Harmonies of #791939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791939

Black with #791939

Text Example


Text Example

White with #791939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791939; }

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

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

background-color css

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

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

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

border-color css

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

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

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