Html Css Color HEX #791938 Claret

📋 copy color: '#791938'

red 121 ◦ green 25 ◦ blue 56

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

Shades of Claret #791938

Tints of Claret #791938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 27.72%

R = 59.9%
G = 12.38%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#791938 (or 0x791938) is known color: Claret. HEX triplet: 79, 19 and 38. RGB value is (121,25,56). Sum of RGB (Red+Green+Blue) = 121+25+56=202 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.90% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 56 (22.27% from 255 or 27.72% from 202); Max value from RGB is 121 - color contains mainly: red. Hex color #791938 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791938 is #86E6C7. Grayscale: #393939. Windows color (decimal): -8840904 or 3676537. OLE color: 3676537.

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

Color convert

RGB 121 25 56 -
CMYK 0 0.79 0.54 0.53
HSL 340.63º 0.66% 0.29% -
HSV(B) 340.63º 0.79% 0.47% -
XYZ 8.95 5.05 4.24 -
YUV 57.24 127.3 173.48 -
System Red Green Blue C M Y K H S L
Decimal 121 25 56 0 0.79 0.54 0.53 340.63 0.66 0.29
Hex 79 19 38 0 4F 36 35 155 42 1D
Octal 171 31 70 0 117 66 65 525 102 35
Binary 1111001 11001 111000 0 1001111 110110 110101 101010101 1000010 11101

Color Harmonies of #791938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791938

Black with #791938

Text Example


Text Example

White with #791938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791938; }

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

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

background-color css

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

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

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

border-color css

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

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

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