Html Css Color HEX #791B30 Claret

📋 copy color: '#791B30'

red 121 ◦ green 27 ◦ blue 48

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

Shades of Claret #791B30

Tints of Claret #791B30

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.78%

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

R = 61.73%
G = 13.78%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#791B30 (or 0x791B30) is known color: Claret. HEX triplet: 79, 1B and 30. RGB value is (121,27,48). Sum of RGB (Red+Green+Blue) = 121+27+48=196 (25% of max value = 765). Red value is 121 (47.66% from 255 or 61.73% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 121 - color contains mainly: red. Hex color #791B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791B30 is #86E4CF. Grayscale: #393939. Windows color (decimal): -8840400 or 3152761. OLE color: 3152761.

HSL color Cylindrical-coordinate representation of color #791B30: hue angle of 346.6º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #791B30 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 27 48 -
CMYK 0 0.78 0.60 0.53
HSL 346.6º 0.64% 0.29% -
HSV(B) 346.6º 0.78% 0.47% -
XYZ 8.81 5.06 3.31 -
YUV 57.5 122.64 173.29 -
System Red Green Blue C M Y K H S L
Decimal 121 27 48 0 0.78 0.60 0.53 346.6 0.64 0.29
Hex 79 1B 30 0 4E 3C 35 15B 40 1D
Octal 171 33 60 0 116 74 65 533 100 35
Binary 1111001 11011 110000 0 1001110 111100 110101 101011011 1000000 11101

Color Harmonies of #791B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791B30

Black with #791B30

Text Example


Text Example

White with #791B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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