Html Css Color HEX #7D2C38 Paprika

📋 copy color: '#7D2C38'

red 125 ◦ green 44 ◦ blue 56

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

Shades of Paprika #7D2C38

Tints of Paprika #7D2C38

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.56%

 BLUE value IS 56 (22.27% from 255) = 24.89%

R = 55.56%
G = 19.56%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#7D2C38 (or 0x7D2C38) is known color: Paprika. HEX triplet: 7D, 2C and 38. RGB value is (125,44,56). Sum of RGB (Red+Green+Blue) = 125+44+56=225 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.56% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2C38 is #82D3C7. Grayscale: #454545. Windows color (decimal): -8573896 or 3681405. OLE color: 3681405.

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

Color convert

RGB 125 44 56 -
CMYK 0 0.65 0.55 0.51
HSL 351.11º 0.48% 0.33% -
HSV(B) 351.11º 0.65% 0.49% -
XYZ 10.07 6.45 4.45 -
YUV 69.59 120.34 167.52 -
System Red Green Blue C M Y K H S L
Decimal 125 44 56 0 0.65 0.55 0.51 351.11 0.48 0.33
Hex 7D 2C 38 0 41 37 33 15F 30 21
Octal 175 54 70 0 101 67 63 537 60 41
Binary 1111101 101100 111000 0 1000001 110111 110011 101011111 110000 100001

Color Harmonies of #7D2C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2C38

Black with #7D2C38

Text Example


Text Example

White with #7D2C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,44,56); }

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

background-color css

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

 a { background-color: rgb(125,44,56); }

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

border-color css

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

 span { border-color: rgb(125,44,56); }

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