Html Css Color HEX #791A30 Claret

📋 copy color: '#791A30'

red 121 ◦ green 26 ◦ blue 48

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

Shades of Claret #791A30

Tints of Claret #791A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.33%

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

R = 62.05%
G = 13.33%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#791A30 (or 0x791A30) is known color: Claret. HEX triplet: 79, 1A and 30. RGB value is (121,26,48). Sum of RGB (Red+Green+Blue) = 121+26+48=195 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.05% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 121 - color contains mainly: red. Hex color #791A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791A30 is #86E5CF. Grayscale: #383838. Windows color (decimal): -8840656 or 3152505. OLE color: 3152505.

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

Color convert

RGB 121 26 48 -
CMYK 0 0.79 0.60 0.53
HSL 346.11º 0.65% 0.29% -
HSV(B) 346.11º 0.79% 0.47% -
XYZ 8.79 5.02 3.3 -
YUV 56.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 121 26 48 0 0.79 0.60 0.53 346.11 0.65 0.29
Hex 79 1A 30 0 4F 3C 35 15A 41 1D
Octal 171 32 60 0 117 74 65 532 101 35
Binary 1111001 11010 110000 0 1001111 111100 110101 101011010 1000001 11101

Color Harmonies of #791A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791A30

Black with #791A30

Text Example


Text Example

White with #791A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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