Html Css Color HEX #791330 Claret

📋 copy color: '#791330'

red 121 ◦ green 19 ◦ blue 48

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

Shades of Claret #791330

Tints of Claret #791330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.11%

 BLUE value IS 48 (19.14% from 255) = 25.53%

R = 64.36%
G = 10.11%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#791330 (or 0x791330) is known color: Claret. HEX triplet: 79, 13 and 30. RGB value is (121,19,48). Sum of RGB (Red+Green+Blue) = 121+19+48=188 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.36% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 121 - color contains mainly: red. Hex color #791330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791330 is #86ECCF. Grayscale: #343434. Windows color (decimal): -8842448 or 3150713. OLE color: 3150713.

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

Color convert

RGB 121 19 48 -
CMYK 0 0.84 0.60 0.53
HSL 342.94º 0.73% 0.27% -
HSV(B) 342.94º 0.84% 0.47% -
XYZ 8.65 4.74 3.26 -
YUV 52.8 125.29 176.64 -
System Red Green Blue C M Y K H S L
Decimal 121 19 48 0 0.84 0.60 0.53 342.94 0.73 0.27
Hex 79 13 30 0 54 3C 35 157 49 1B
Octal 171 23 60 0 124 74 65 527 111 33
Binary 1111001 10011 110000 0 1010100 111100 110101 101010111 1001001 11011

Color Harmonies of #791330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791330

Black with #791330

Text Example


Text Example

White with #791330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791330; }

 p { color: rgb(121,19,48); }

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

background-color css

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

 a { background-color: rgb(121,19,48); }

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

border-color css

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

 span { border-color: rgb(121,19,48); }

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