Html Css Color HEX #7D2639 Paprika

📋 copy color: '#7D2639'

red 125 ◦ green 38 ◦ blue 57

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

Shades of Paprika #7D2639

Tints of Paprika #7D2639

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.27%

 BLUE value IS 57 (22.66% from 255) = 25.91%

R = 56.82%
G = 17.27%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7D2639 (or 0x7D2639) is known color: Paprika. HEX triplet: 7D, 26 and 39. RGB value is (125,38,57). Sum of RGB (Red+Green+Blue) = 125+38+57=220 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.82% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2639 is #82D9C6. Grayscale: #424242. Windows color (decimal): -8575431 or 3745405. OLE color: 3745405.

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

Color convert

RGB 125 38 57 -
CMYK 0 0.70 0.54 0.51
HSL 346.9º 0.53% 0.32% -
HSV(B) 346.9º 0.7% 0.49% -
XYZ 9.89 6.04 4.52 -
YUV 66.18 122.82 169.96 -
System Red Green Blue C M Y K H S L
Decimal 125 38 57 0 0.70 0.54 0.51 346.9 0.53 0.32
Hex 7D 26 39 0 46 36 33 15B 35 20
Octal 175 46 71 0 106 66 63 533 65 40
Binary 1111101 100110 111001 0 1000110 110110 110011 101011011 110101 100000

Color Harmonies of #7D2639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2639

Black with #7D2639

Text Example


Text Example

White with #7D2639

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,38,57); }

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

background-color css

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

 a { background-color: rgb(125,38,57); }

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

border-color css

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

 span { border-color: rgb(125,38,57); }

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