Html Css Color HEX #7D2937 Paprika

📋 copy color: '#7D2937'

red 125 ◦ green 41 ◦ blue 55

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

Shades of Paprika #7D2937

Tints of Paprika #7D2937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.55%

 BLUE value IS 55 (21.88% from 255) = 24.89%

R = 56.56%
G = 18.55%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7D2937 (or 0x7D2937) is known color: Paprika. HEX triplet: 7D, 29 and 37. RGB value is (125,41,55). Sum of RGB (Red+Green+Blue) = 125+41+55=221 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.56% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 55 (21.88% from 255 or 24.89% from 221); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2937 is #82D6C8. Grayscale: #434343. Windows color (decimal): -8574665 or 3615101. OLE color: 3615101.

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

Color convert

RGB 125 41 55 -
CMYK 0 0.67 0.56 0.51
HSL 350º 0.51% 0.33% -
HSV(B) 350º 0.67% 0.49% -
XYZ 9.94 6.22 4.29 -
YUV 67.71 120.83 168.86 -
System Red Green Blue C M Y K H S L
Decimal 125 41 55 0 0.67 0.56 0.51 350 0.51 0.33
Hex 7D 29 37 0 43 38 33 15E 33 21
Octal 175 51 67 0 103 70 63 536 63 41
Binary 1111101 101001 110111 0 1000011 111000 110011 101011110 110011 100001

Color Harmonies of #7D2937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2937

Black with #7D2937

Text Example


Text Example

White with #7D2937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,41,55); }

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

background-color css

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

 a { background-color: rgb(125,41,55); }

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

border-color css

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

 span { border-color: rgb(125,41,55); }

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