Html Css Color HEX #7A2735 Paprika

📋 copy color: '#7A2735'

red 122 ◦ green 39 ◦ blue 53

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

Shades of Paprika #7A2735

Tints of Paprika #7A2735

RGB

 RED value IS 122 (48.05% from 255) = 57.01%

 GREEN value IS 39 (15.63% from 255) = 18.22%

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

R = 57.01%
G = 18.22%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.52

RGB Variations

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

Color information

#7A2735 (or 0x7A2735) is known color: Paprika. HEX triplet: 7A, 27 and 35. RGB value is (122,39,53). Sum of RGB (Red+Green+Blue) = 122+39+53=214 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.01% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2735 is #85D8CA. Grayscale: #414141. Windows color (decimal): -8771787 or 3483514. OLE color: 3483514.

HSL color Cylindrical-coordinate representation of color #7A2735: hue angle of 349.88º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A2735 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 39 53 -
CMYK 0 0.68 0.57 0.52
HSL 349.88º 0.52% 0.32% -
HSV(B) 349.88º 0.68% 0.48% -
XYZ 9.39 5.85 4 -
YUV 65.41 121 168.36 -
System Red Green Blue C M Y K H S L
Decimal 122 39 53 0 0.68 0.57 0.52 349.88 0.52 0.32
Hex 7A 27 35 0 44 39 34 15E 34 20
Octal 172 47 65 0 104 71 64 536 64 40
Binary 1111010 100111 110101 0 1000100 111001 110100 101011110 110100 100000

Color Harmonies of #7A2735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2735

Black with #7A2735

Text Example


Text Example

White with #7A2735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A2735; }

 p { color: rgb(122,39,53); }

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

background-color css

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

 a { background-color: rgb(122,39,53); }

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

border-color css

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

 span { border-color: rgb(122,39,53); }

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