Html Css Color HEX #791932 Claret

📋 copy color: '#791932'

red 121 ◦ green 25 ◦ blue 50

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

Shades of Claret #791932

Tints of Claret #791932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 25.51%

R = 61.73%
G = 12.76%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#791932 (or 0x791932) is known color: Claret. HEX triplet: 79, 19 and 32. RGB value is (121,25,50). Sum of RGB (Red+Green+Blue) = 121+25+50=196 (25% of max value = 765). Red value is 121 (47.66% from 255 or 61.73% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 121 - color contains mainly: red. Hex color #791932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791932 is #86E6CD. Grayscale: #383838. Windows color (decimal): -8840910 or 3283321. OLE color: 3283321.

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

Color convert

RGB 121 25 50 -
CMYK 0 0.79 0.59 0.53
HSL 344.38º 0.66% 0.29% -
HSV(B) 344.38º 0.79% 0.47% -
XYZ 8.81 4.99 3.52 -
YUV 56.55 124.3 173.97 -
System Red Green Blue C M Y K H S L
Decimal 121 25 50 0 0.79 0.59 0.53 344.38 0.66 0.29
Hex 79 19 32 0 4F 3B 35 158 42 1D
Octal 171 31 62 0 117 73 65 530 102 35
Binary 1111001 11001 110010 0 1001111 111011 110101 101011000 1000010 11101

Color Harmonies of #791932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791932

Black with #791932

Text Example


Text Example

White with #791932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791932; }

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

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

background-color css

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

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

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

border-color css

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

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

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