Html Css Color HEX #792135 Claret

📋 copy color: '#792135'

red 121 ◦ green 33 ◦ blue 53

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

Shades of Claret #792135

Tints of Claret #792135

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.94%

 BLUE value IS 53 (21.09% from 255) = 25.6%

R = 58.45%
G = 15.94%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#792135 (or 0x792135) is known color: Claret. HEX triplet: 79, 21 and 35. RGB value is (121,33,53). Sum of RGB (Red+Green+Blue) = 121+33+53=207 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.45% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 121 - color contains mainly: red. Hex color #792135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792135 is #86DECA. Grayscale: #3D3D3D. Windows color (decimal): -8838859 or 3481977. OLE color: 3481977.

HSL color Cylindrical-coordinate representation of color #792135: hue angle of 346.36º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #792135 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 33 53 -
CMYK 0 0.73 0.56 0.53
HSL 346.36º 0.57% 0.3% -
HSV(B) 346.36º 0.73% 0.47% -
XYZ 9.07 5.41 3.93 -
YUV 61.59 123.15 170.37 -
System Red Green Blue C M Y K H S L
Decimal 121 33 53 0 0.73 0.56 0.53 346.36 0.57 0.3
Hex 79 21 35 0 49 38 35 15A 39 1E
Octal 171 41 65 0 111 70 65 532 71 36
Binary 1111001 100001 110101 0 1001001 111000 110101 101011010 111001 11110

Color Harmonies of #792135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792135

Black with #792135

Text Example


Text Example

White with #792135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792135; }

 p { color: rgb(121,33,53); }

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

background-color css

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

 a { background-color: rgb(121,33,53); }

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

border-color css

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

 span { border-color: rgb(121,33,53); }

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