Html Css Color HEX #7D2840 Paprika

📋 copy color: '#7D2840'

red 125 ◦ green 40 ◦ blue 64

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

Shades of Paprika #7D2840

Tints of Paprika #7D2840

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.47%

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

R = 54.59%
G = 17.47%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#7D2840 (or 0x7D2840) is known color: Paprika. HEX triplet: 7D, 28 and 40. RGB value is (125,40,64). Sum of RGB (Red+Green+Blue) = 125+40+64=229 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.59% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2840 is #82D7BF. Grayscale: #444444. Windows color (decimal): -8574912 or 4204669. OLE color: 4204669.

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

Color convert

RGB 125 40 64 -
CMYK 0 0.68 0.49 0.51
HSL 343.06º 0.52% 0.32% -
HSV(B) 343.06º 0.68% 0.49% -
XYZ 10.14 6.25 5.52 -
YUV 68.15 125.66 168.55 -
System Red Green Blue C M Y K H S L
Decimal 125 40 64 0 0.68 0.49 0.51 343.06 0.52 0.32
Hex 7D 28 40 0 44 31 33 157 34 20
Octal 175 50 100 0 104 61 63 527 64 40
Binary 1111101 101000 1000000 0 1000100 110001 110011 101010111 110100 100000

Color Harmonies of #7D2840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2840

Black with #7D2840

Text Example


Text Example

White with #7D2840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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