Html Css Color HEX #790F30 Claret

📋 copy color: '#790F30'

red 121 ◦ green 15 ◦ blue 48

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

Shades of Claret #790F30

Tints of Claret #790F30

RGB

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

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

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

R = 65.76%
G = 8.15%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#790F30 (or 0x790F30) is known color: Claret. HEX triplet: 79, 0F and 30. RGB value is (121,15,48). Sum of RGB (Red+Green+Blue) = 121+15+48=184 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.76% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 121 - color contains mainly: red. Hex color #790F30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790F30 is #86F0CF. Grayscale: #323232. Windows color (decimal): -8843472 or 3149689. OLE color: 3149689.

HSL color Cylindrical-coordinate representation of color #790F30: hue angle of 341.32º 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 #790F30 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 15 48 -
CMYK 0 0.88 0.60 0.53
HSL 341.32º 0.78% 0.27% -
HSV(B) 341.32º 0.88% 0.47% -
XYZ 8.59 4.62 3.24 -
YUV 50.46 126.62 178.32 -
System Red Green Blue C M Y K H S L
Decimal 121 15 48 0 0.88 0.60 0.53 341.32 0.78 0.27
Hex 79 F 30 0 58 3C 35 155 4E 1B
Octal 171 17 60 0 130 74 65 525 116 33
Binary 1111001 1111 110000 0 1011000 111100 110101 101010101 1001110 11011

Color Harmonies of #790F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790F30

Black with #790F30

Text Example


Text Example

White with #790F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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