Html Css Color HEX #7D2D39 Paprika

📋 copy color: '#7D2D39'

red 125 ◦ green 45 ◦ blue 57

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

Shades of Paprika #7D2D39

Tints of Paprika #7D2D39

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.82%

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

R = 55.07%
G = 19.82%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7D2D39 (or 0x7D2D39) is known color: Paprika. HEX triplet: 7D, 2D and 39. RGB value is (125,45,57). Sum of RGB (Red+Green+Blue) = 125+45+57=227 (30% of max value = 765). Red value is 125 (49.22% from 255 or 55.07% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2D39 is #82D2C6. Grayscale: #464646. Windows color (decimal): -8573639 or 3747197. OLE color: 3747197.

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

Color convert

RGB 125 45 57 -
CMYK 0 0.64 0.54 0.51
HSL 351º 0.47% 0.33% -
HSV(B) 351º 0.64% 0.49% -
XYZ 10.13 6.53 4.6 -
YUV 70.29 120.5 167.02 -
System Red Green Blue C M Y K H S L
Decimal 125 45 57 0 0.64 0.54 0.51 351 0.47 0.33
Hex 7D 2D 39 0 40 36 33 15F 2F 21
Octal 175 55 71 0 100 66 63 537 57 41
Binary 1111101 101101 111001 0 1000000 110110 110011 101011111 101111 100001

Color Harmonies of #7D2D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2D39

Black with #7D2D39

Text Example


Text Example

White with #7D2D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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