Html Css Color HEX #7D2740 Paprika

📋 copy color: '#7D2740'

red 125 ◦ green 39 ◦ blue 64

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

Shades of Paprika #7D2740

Tints of Paprika #7D2740

RGB

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

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

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

R = 54.82%
G = 17.11%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#7D2740 (or 0x7D2740) is known color: Paprika. HEX triplet: 7D, 27 and 40. RGB value is (125,39,64). Sum of RGB (Red+Green+Blue) = 125+39+64=228 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.82% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2740 is #82D8BF. Grayscale: #434343. Windows color (decimal): -8575168 or 4204413. OLE color: 4204413.

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

Color convert

RGB 125 39 64 -
CMYK 0 0.69 0.49 0.51
HSL 342.56º 0.52% 0.32% -
HSV(B) 342.56º 0.69% 0.49% -
XYZ 10.11 6.18 5.51 -
YUV 67.56 125.99 168.97 -
System Red Green Blue C M Y K H S L
Decimal 125 39 64 0 0.69 0.49 0.51 342.56 0.52 0.32
Hex 7D 27 40 0 45 31 33 157 34 20
Octal 175 47 100 0 105 61 63 527 64 40
Binary 1111101 100111 1000000 0 1000101 110001 110011 101010111 110100 100000

Color Harmonies of #7D2740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2740

Black with #7D2740

Text Example


Text Example

White with #7D2740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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