Html Css Color HEX #790F33 Claret

📋 copy color: '#790F33'

red 121 ◦ green 15 ◦ blue 51

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

Shades of Claret #790F33

Tints of Claret #790F33

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.02%

 BLUE value IS 51 (20.31% from 255) = 27.27%

R = 64.71%
G = 8.02%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#790F33 (or 0x790F33) is known color: Claret. HEX triplet: 79, 0F and 33. RGB value is (121,15,51). Sum of RGB (Red+Green+Blue) = 121+15+51=187 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.71% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 121 - color contains mainly: red. Hex color #790F33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790F33 is #86F0CC. Grayscale: #323232. Windows color (decimal): -8843469 or 3346297. OLE color: 3346297.

HSL color Cylindrical-coordinate representation of color #790F33: hue angle of 339.62º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #790F33 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 15 51 -
CMYK 0 0.88 0.58 0.53
HSL 339.62º 0.78% 0.27% -
HSV(B) 339.62º 0.88% 0.47% -
XYZ 8.65 4.65 3.57 -
YUV 50.8 128.12 178.07 -
System Red Green Blue C M Y K H S L
Decimal 121 15 51 0 0.88 0.58 0.53 339.62 0.78 0.27
Hex 79 F 33 0 58 3A 35 154 4E 1B
Octal 171 17 63 0 130 72 65 524 116 33
Binary 1111001 1111 110011 0 1011000 111010 110101 101010100 1001110 11011

Color Harmonies of #790F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790F33

Black with #790F33

Text Example


Text Example

White with #790F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790F33; }

 p { color: rgb(121,15,51); }

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

background-color css

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

 a { background-color: rgb(121,15,51); }

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

border-color css

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

 span { border-color: rgb(121,15,51); }

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