Html Css Color HEX #7D2940 Paprika

📋 copy color: '#7D2940'

red 125 ◦ green 41 ◦ blue 64

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

Shades of Paprika #7D2940

Tints of Paprika #7D2940

RGB

 RED value IS 125 (49.22% from 255) = 54.35%

 GREEN value IS 41 (16.41% from 255) = 17.83%

 BLUE value IS 64 (25.39% from 255) = 27.83%

R = 54.35%
G = 17.83%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#7D2940 (or 0x7D2940) is known color: Paprika. HEX triplet: 7D, 29 and 40. RGB value is (125,41,64). Sum of RGB (Red+Green+Blue) = 125+41+64=230 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.35% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2940 is #82D6BF. Grayscale: #444444. Windows color (decimal): -8574656 or 4204925. OLE color: 4204925.

HSL color Cylindrical-coordinate representation of color #7D2940: hue angle of 343.57º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D2940 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 41 64 -
CMYK 0 0.67 0.49 0.51
HSL 343.57º 0.51% 0.33% -
HSV(B) 343.57º 0.67% 0.49% -
XYZ 10.18 6.32 5.53 -
YUV 68.74 125.33 168.13 -
System Red Green Blue C M Y K H S L
Decimal 125 41 64 0 0.67 0.49 0.51 343.57 0.51 0.33
Hex 7D 29 40 0 43 31 33 158 33 21
Octal 175 51 100 0 103 61 63 530 63 41
Binary 1111101 101001 1000000 0 1000011 110001 110011 101011000 110011 100001

Color Harmonies of #7D2940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2940

Black with #7D2940

Text Example


Text Example

White with #7D2940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,41,64); }

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

background-color css

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

 a { background-color: rgb(125,41,64); }

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

border-color css

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

 span { border-color: rgb(125,41,64); }

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