Html Css Color HEX #791238 Claret

📋 copy color: '#791238'

red 121 ◦ green 18 ◦ blue 56

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

Shades of Claret #791238

Tints of Claret #791238

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.23%

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

R = 62.05%
G = 9.23%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#791238 (or 0x791238) is known color: Claret. HEX triplet: 79, 12 and 38. RGB value is (121,18,56). Sum of RGB (Red+Green+Blue) = 121+18+56=195 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.05% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 56 (22.27% from 255 or 28.72% from 195); Max value from RGB is 121 - color contains mainly: red. Hex color #791238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791238 is #86EDC7. Grayscale: #353535. Windows color (decimal): -8842696 or 3674745. OLE color: 3674745.

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

Color convert

RGB 121 18 56 -
CMYK 0 0.85 0.54 0.53
HSL 337.86º 0.74% 0.27% -
HSV(B) 337.86º 0.85% 0.47% -
XYZ 8.82 4.78 4.2 -
YUV 53.13 129.62 176.41 -
System Red Green Blue C M Y K H S L
Decimal 121 18 56 0 0.85 0.54 0.53 337.86 0.74 0.27
Hex 79 12 38 0 55 36 35 152 4A 1B
Octal 171 22 70 0 125 66 65 522 112 33
Binary 1111001 10010 111000 0 1010101 110110 110101 101010010 1001010 11011

Color Harmonies of #791238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791238

Black with #791238

Text Example


Text Example

White with #791238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791238; }

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

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

background-color css

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

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

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

border-color css

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

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

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