Html Css Color HEX #7D2B32 Paprika

📋 copy color: '#7D2B32'

red 125 ◦ green 43 ◦ blue 50

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

Shades of Paprika #7D2B32

Tints of Paprika #7D2B32

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.72%

 BLUE value IS 50 (19.92% from 255) = 22.94%

R = 57.34%
G = 19.72%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#7D2B32 (or 0x7D2B32) is known color: Paprika. HEX triplet: 7D, 2B and 32. RGB value is (125,43,50). Sum of RGB (Red+Green+Blue) = 125+43+50=218 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.34% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2B32 is #82D4CD. Grayscale: #444444. Windows color (decimal): -8574158 or 3287933. OLE color: 3287933.

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

Color convert

RGB 125 43 50 -
CMYK 0 0.66 0.60 0.51
HSL 354.88º 0.49% 0.33% -
HSV(B) 354.88º 0.66% 0.49% -
XYZ 9.9 6.32 3.72 -
YUV 68.32 117.67 168.43 -
System Red Green Blue C M Y K H S L
Decimal 125 43 50 0 0.66 0.60 0.51 354.88 0.49 0.33
Hex 7D 2B 32 0 42 3C 33 163 31 21
Octal 175 53 62 0 102 74 63 543 61 41
Binary 1111101 101011 110010 0 1000010 111100 110011 101100011 110001 100001

Color Harmonies of #7D2B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2B32

Black with #7D2B32

Text Example


Text Example

White with #7D2B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,43,50); }

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

background-color css

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

 a { background-color: rgb(125,43,50); }

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

border-color css

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

 span { border-color: rgb(125,43,50); }

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